Change detection (step) in timeseries signal
18 views (last 30 days)
Show older comments
Daniel Adeniyi
on 9 Mar 2022
Commented: Star Strider
on 9 Mar 2022
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 Comments
Accepted Answer
Star Strider
on 9 Mar 2022
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 Comments
Star Strider
on 9 Mar 2022
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.
More Answers (0)
See Also
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!