Numerical integration acceleration but correcting for the offset

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개)

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

질문:

2019년 2월 14일

편집:

2019년 2월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by