How to filter data that detects peaks or irregularities?
26 ビュー (過去 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?
0 件のコメント
回答 (1 件)
Star Strider
2020 年 1 月 18 日
Several functions already exist to do that, among which are findpeaks, islocalmax, ischange, and others.
7 件のコメント
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!