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 Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by