Star1976
Materials
- Jan 31, 2005
- 6
Hi
I am facing a trouble in locating the second maximum peak in FFT spectrum. I used the following to find the maximum peak but was not able to find the second peak..
X = abs(fft(Ei));
X = fftshift(X);
Peak = find(X == max(X));
Any help is appreciated !!!
I am facing a trouble in locating the second maximum peak in FFT spectrum. I used the following to find the maximum peak but was not able to find the second peak..
X = abs(fft(Ei));
X = fftshift(X);
Peak = find(X == max(X));
Any help is appreciated !!!