Numerical integration acceleration but correcting for the offset

14 ビュー (過去 30 日間)
Armindo
Armindo 2019 年 2 月 14 日
編集済み: Armindo 2019 年 2 月 14 日
How can I calculate displacement from acceleration but correcting for the offset?
Basically from the acceleration cruve I can get the curve of velocity and displacement doing something like this:
NewVel = cumtrapz(time, acceleration);
NewPos = cumtrapz(time,NewVel);
However I will get a ramp (an offset) how can I remove it to get proper displacement?

回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by