find local maxima of a signal

7 次查看(过去 30 天)
Jade Henrichon
Jade Henrichon 2021-3-31
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?

回答(1 个)

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

Community Treasure Hunt

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

Start Hunting!

Translated by