필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
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 CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by