Clear Filters
Clear Filters

How to get a specified number of local maxima?

5 views (last 30 days)
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 Comments
Paolo
Paolo on 14 Jul 2018
Edited: Paolo on 14 Jul 2018
Have you tried specifying NPeaks? Check the documentation
Chinwe Orie
Chinwe Orie on 14 Jul 2018
No I haven't. Just did, it works. Thank you!

Sign in to comment.

Accepted Answer

Mohammad Mahmudul Hasan Fahome
Edited: Mohammad Mahmudul Hasan Fahome on 30 Sep 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

More Answers (0)

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!