Change detection (step) in timeseries signal
17 次查看(过去 30 天)
显示 更早的评论
Hello all,
I have a signal where I have to detect particular points where an event happens. I have tried using the usual matlab algos of findchange points to no avail. I have attached images of the signal and at which points I want to detect.
What I would like to detect is to detect the points on the thin stem just before it slides down to the bigger stem. Any pointers will be greatly appreciated.
0 个评论
采纳的回答
Star Strider
2022-3-9
You can likely get close to that point using islocalmax and particularly Flat Maxima Regions. It might be necessary to use smoothdata first, if noise is a problem.
2 个评论
Star Strider
2022-3-9
My pleasure!
The idea is not to smooth the stems, but to smooth the flat sections so that islocalmax does not have any problem in detecting the beginning of the flat section near the stems. The point you want is likely one index position less that the beginning of the flat section.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multirate Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!