Hi everyone,
I have this signal where i need to detect only the peak right before the signal drops but I can't figure out a way to do it. Can anyone give me a hand?
Thank you so much!

 Respuesta aceptada

Star Strider
Star Strider el 14 de Mayo de 2024

0 votos

Withoiut having the data to work with, one option could be the islocalmax function. Use 'FlatSelection','last' since the tops of those pulses could be considered ‘flat’. You will have to experiment.

Más respuestas (1)

Zain Ahmed
Zain Ahmed el 14 de Mayo de 2024

0 votos

One way you can do is finding the derivative of the signal.
For example: if the current derivative is 0 and both previous and next points are negative, then you found a peak before making a drop.

Productos

Versión

R2021a

Etiquetas

Preguntada:

el 14 de Mayo de 2024

Comentada:

el 15 de Mayo de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by