Can anyone explain how MinPeakProminence works in findpeaks?
Afficher commentaires plus anciens
I'm currently working on digital signal processing on PPG signal. Can anyone explain about minpeakprominence. I hace read through the examples given but i still dont have clear idea on that. thanks in advance.
Réponses (2)
Arnav Mendiratta
le 20 Mar 2017
1 vote
'MinPeakProminence' is used when you want to return only those peaks that have a minimum relative importance of the value specified for this argument. Your best resource is the documentation which explains what this Name-Value pair does:
For an example, look through the "Prominence" section in the above link for description of the motivation behind this.
Also, as a reference, see the following example that returns peaks with a prominence of at least 4: https://www.mathworks.com/help/signal/ref/findpeaks.html#buhd30k
2 commentaires
Gobala krishnan P Sivaganam
le 23 Mar 2017
Victor de Castro Morini
le 5 Mar 2021
This documentation can help you: https://www.mathworks.com/help/signal/ug/prominence.html
Greg Dionne
le 27 Mar 2017
1 vote
Catégories
En savoir plus sur Linear Prediction 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!