Getting most accurate derivative (velocity) from a discrete set of position data

I have a set of position values and time values. I need to obtain the velocity from this data. wht are the different ways i can use and which one will give the most accurate value of velocity from position and time data?

 채택된 답변

Torsten
Torsten 2022년 11월 17일
편집: Torsten 2022년 11월 17일
Start with
velocity(i+1/2) = norm(position(i+1)-position(i))/(t(i+1)-t(i))
and see what you get.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Vehicle Dynamics Blockset에 대해 자세히 알아보기

질문:

2022년 11월 17일

편집:

2022년 11월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by