I want to down sample my vehicle speed.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, I am working on calculations of tractive force using vehicle longitudinal model. I want to down sample my vehicle speed which has steps in it. I am using diff(Vehicle_Speed) / diff(time) in order to calculate acceleration. The acceleration is too noisy which in turn gives me noisy tractive curve. Please let me know how to down sample my data to 10 Hz.
2 Kommentare
Walter Roberson
am 7 Dez. 2023
diff(Vehicle_Speed) / diff(time) in order to calculate acceleration
See instead gradient
Antworten (1)
TITTU GEORGE
am 7 Dez. 2023
Filtering the differnce equation to get acceleration can be considered..This will help in removing the noise
3 Kommentare
Walter Roberson
am 7 Dez. 2023
TITTU GEORGE
am 14 Feb. 2024
A simple first order filter with a suitable time constant will do the trick in this case
Siehe auch
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!