Info

此问题已关闭。 请重新打开它进行编辑或回答。

Could anyone help me to understand the peaks?

4 次查看(过去 30 天)
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