How to filter data that detects peaks or irregularities?

32 次查看(过去 30 天)
I am trying to build a code that detects these peaks. This graph represents the change in position in time. What I am doing is read the distance timestep by timestep.
I compare the new distance minus the old distance, if this values difference is higher than 5 meters I assume theres a peak. The problem is that each dataset have undefined number of peaks and undefined number of green datasets to save.
How can I solve this?

回答(1 个)

Star Strider
Star Strider 2020-1-18
Several functions already exist to do that, among which are findpeaks, islocalmax, ischange, and others.
  7 个评论
Image Analyst
Image Analyst 2020-1-18
Mariana, make it easy for people to help you, not hard. Attach your data in a .mat file with the paper clip icon after you read this link.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by