Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Could anyone help me to understand the peaks?

4 vues (au cours des 30 derniers jours)
Rakesh Yadav Kodari
Rakesh Yadav Kodari le 25 Mar 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (1)

Alex Mcaulley
Alex Mcaulley le 25 Mar 2019

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by