How to detect variations in data?
이전 댓글 표시
Hello everyone,
I would like to determine the location at which there is data variation (like the highlighted points in the attached image).
Kindly find the attached code + .mat file.
Each sub-plot represents a variable on y-axis and the time on x-axis. Usually, the variation appear in several variables (plots) like this one.

Could you suggest the best method to do so?
and How can I determine the starting and ending points of that variation?
I appreciate your help.
채택된 답변
추가 답변 (1개)
Ridwan Alam
2019년 12월 23일
1 개 추천
Depends on how complex of a solution you are looking for. There are algorithms for change point detection that you can try.
Or, you can have a sliding window (your defined size) over the signal and look for specific features (e.g mean crossing rate, variance, etc. depending your signal type) to find the windows that contain a "change".
Hope this helps.
댓글 수: 9
Mohamed Nedal
2019년 12월 23일
Ridwan Alam
2019년 12월 23일
Please check the link above, there are some examples. Try on your own data, and if there is any difficulty, please feel free to ask about that.
Mohamed Nedal
2019년 12월 24일
편집: Mohamed Nedal
2019년 12월 24일
Ridwan Alam
2019년 12월 24일
편집: Ridwan Alam
2019년 12월 24일
Why can’t it be done? Please show your code and I will try to debug.
Mohamed Nedal
2019년 12월 25일
Image Analyst
2019년 12월 25일
Did you also give my code a try?
Mohamed Nedal
2019년 12월 26일
Image Analyst
2019년 12월 26일
I think findchangepts() locates points where the data goes from smooth to something drastically different, or vice versa. So it basically finds corners or elbows in the data.
movstd() on the other hand gives a high signal wherever the data has high variability regardless if the signal looks like a corner or elbow there.
Mohamed Nedal
2019년 12월 26일
카테고리
도움말 센터 및 File Exchange에서 Signal Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
