Change detection (step) in timeseries signal
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel Adeniyi
el 9 de Mzo. de 2022
Comentada: Star Strider
el 9 de Mzo. de 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 comentarios
Respuesta aceptada
Star Strider
el 9 de Mzo. de 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 comentarios
Star Strider
el 9 de Mzo. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Multirate Signal Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!