peaks values of each waveform

조회 수: 3 (최근 30일)
Rizwana Junaid
Rizwana Junaid 2013년 1월 11일
How can i select and plot the peak values of each sinusoidal wave in a nonlinear continuous waveform.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 11일
use findpeaks functin
  댓글 수: 1
Rizwana Junaid
Rizwana Junaid 2013년 1월 22일
thank you for ur great help

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Image Analyst
Image Analyst 2013년 1월 11일
If you have the signal Processing Toolbox, you can use findpeaks(), if you have the Image Processing Toolbox, you can use imregionalmax(). If you have neither of those, you can build your own with code like this: http://billauer.co.il/peakdet.html Or you can sift through the File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/index?utf8=%E2%9C%93&term=peak - lots of them in there.
  댓글 수: 1
Rizwana Junaid
Rizwana Junaid 2013년 1월 22일
thank you for ur great help

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by