Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Could anyone help me to understand the peaks?

1 回表示 (過去 30 日間)
Rakesh Yadav Kodari
Rakesh Yadav Kodari 2019 年 3 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have the fft of the signal as shown in the figure attached
%Angle calculation
[~, indx] = max(abs(X));
Phase = angle(X(indx));
Unbenannt.PNG
How can get the information of second highest peak? when I use max it gives only the highest peak of all, but i want the info about the second peak and third peak. How can i get them?

回答 (1 件)

Alex Mcaulley
Alex Mcaulley 2019 年 3 月 25 日

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by