find local maxima of a signal

7 views (last 30 days)
Jade Henrichon
Jade Henrichon on 31 Mar 2021
Answered: Star Strider on 31 Mar 2021
Hi!
I need to find all maximas of a signal and their position. I did this code, but it only give me the absolute maxima of all the signal. How can I have all the maximas?

Answers (1)

Star Strider
Star Strider on 31 Mar 2021
Use the Signal Processing Toolbox findpeaks function (introduced in R2007b) or the MATLAB islocalmax function (introduced in R2017b).

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!