MATLAB: Time and Frequency analysis

fast fourier transformtime and frequency analysistime series

Hello,
I have data of measured signal in time. I want to know the frequencies of the components of my signal (Large scale fading+Small scale fading+Noise). For this reason, I have represented the FFT of my signal. I would like to know the time instant where the peaks highlited in yellow happened. Does any one have an idea how to do it?
Another question, How can I extract each component of the original signal from the FFT representation?
Thank you in advance.

Best Answer

The peaks in the fft result can occur anywhere in the signal. To do a time-frequency analysis, use the spectrogram function.