i have signal array X(1:500) , in this array i have positive,negative and float value. i need to find the 1st major difference or 1st highest peak of the signal how can i find the such peak ?

3 ビュー (過去 30 日間)
i have attached excel file. all the value in that excl file

回答 (1 件)

madhan ravi
madhan ravi 2018 年 7 月 24 日
編集済み: madhan ravi 2018 年 7 月 24 日
Hi, the following code will give you the first highest peak and the value of it.
[max_X,index]=max(X)
  4 件のコメント
Harsh Rami
Harsh Rami 2018 年 7 月 24 日
i need to find the answer by code not by cursor

サインインしてコメントする。

カテゴリ

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