Info
This question is closed. Reopen it to edit or answer.
Could anyone help me to understand the peaks?
1 view (last 30 days)
Show older comments
I have the fft of the signal as shown in the figure attached
%Angle calculation
[~, indx] = max(abs(X));
Phase = angle(X(indx));
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?
0 Comments
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!