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

5 ビュー (過去 30 日間)
RJSB
RJSB 2022 年 11 月 17 日
編集済み: Torsten 2022 年 11 月 17 日
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 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by