Azzera filtri
Azzera filtri

How to get a specified number of local maxima?

5 visualizzazioni (ultimi 30 giorni)
I have a signal and I only want the top two or three local maxima, I don't want the 5000 maxima that the findpeaks() function gives me. Is there a way to get this? Thanks.
  2 Commenti
Paolo
Paolo il 14 Lug 2018
Modificato: Paolo il 14 Lug 2018
Have you tried specifying NPeaks? Check the documentation
Chinwe Orie
Chinwe Orie il 14 Lug 2018
No I haven't. Just did, it works. Thank you!

Accedi per commentare.

Risposta accettata

Mohammad Mahmudul Hasan Fahome
Modificato: Mohammad Mahmudul Hasan Fahome il 30 Set 2018
You can use this function. I used this for taking top 2 frequency spectra maxima. You can find the min with the same logic.
**Update:Replace max(j) with val(j) in the function

Più risposte (0)

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by