Find several maximum in signal

조회 수: 1 (최근 30일)
Andrew
Andrew 2012년 11월 22일
Hello community, I need to fin several maximum in my signal. How can I do that, any idea? Thanks in advise

채택된 답변

Image Analyst
Image Analyst 2012년 11월 22일
You can use imregionalmax() if you have the Image Processing Toolbox. Or you can use findpeaks() if you have the Signal Processing Toolbox. Or you can write our own code like this: http://billauer.co.il/peakdet.html

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Parametric Spectral Estimation에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by