I want to down sample my vehicle speed.
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2023 年 12 月 7 日
diff(Vehicle_Speed) / diff(time) in order to calculate acceleration
See instead gradient
回答 (1 件)
TITTU GEORGE
2023 年 12 月 7 日
Filtering the differnce equation to get acceleration can be considered..This will help in removing the noise
3 件のコメント
Walter Roberson
2023 年 12 月 7 日
TITTU GEORGE
2024 年 2 月 14 日
A simple first order filter with a suitable time constant will do the trick in this case