フィルターのクリア

How can I upsample xy position data of an animal moving randomly?

2 ビュー (過去 30 日間)
lalikesbrains
lalikesbrains 2016 年 8 月 23 日
編集済み: Walter Roberson 2016 年 8 月 23 日
I have 115192 time points but only 5805 data points for x and y position data of an animal moving randomly within an area. Is it possible up upsample the position data so I can have x and y positions for every time point? How can I do this?

採用された回答

Walter Roberson
Walter Roberson 2016 年 8 月 23 日
編集済み: Walter Roberson 2016 年 8 月 23 日
interp1() twice, once for x and once for y. (It turns out that you can combine those in the same call.)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by