Time and Frequency analysis

3 views (last 30 days)
yusra Ch
yusra Ch on 5 Mar 2020
Commented: Star Strider on 5 Mar 2020
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.

Accepted Answer

Star Strider
Star Strider on 5 Mar 2020
The peaks in the fft result can occur anywhere in the signal. To do a time-frequency analysis, use the spectrogram function.
  4 Comments
yusra Ch
yusra Ch on 5 Mar 2020
I have specified these parameters:
Fm=1000;
Freq=0:Fm/length(potencia(L,:)):Fm/2;
spectrogram(power,[],[],Freq,Fm,'yaxis');
I know that the spectrogram explains how the signal strength is distributed in every frequency found in the signal. However, I don't know how can I extract information about the large scale fading, small scale fading and noise.
Star Strider
Star Strider on 5 Mar 2020
That is likely not possible to extract from a spectrogram.
This sounds like a communications problem rather than the signal processing problem I first thought it was.

Sign in to comment.

More Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!