Divide and plot signal parts
Afficher commentaires plus anciens

Hello all,
I have a plot and I want to extract each of the marked parts of the curve, how to do it?
I tried findpeaks() but it detects the maxima part and I cannot get exactly that part of the curve.
thanks
2 commentaires
dpb
le 21 Août 2022
Use findpeaks on the negative of the signal -- to find negative excursions, turn them into the peaks instead.
Mathieu NOE
le 22 Août 2022
islocalmin can be also used for that purpose
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
