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.

 채택된 답변

Star Strider
Star Strider 2020년 3월 5일

0 개 추천

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

댓글 수: 4

yusra Ch
yusra Ch 2020년 3월 5일
You mean like this? Do you know how to represent the frequency axis in Hertz?
Star Strider
Star Strider 2020년 3월 5일
Yes. Experiment with the different parameters and name-value pair arguments to get different results.
To get the frequencies in Hz, specify the sampling frequency, fs. See: Spectrogram and Instantaneous Frequency.
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 2020년 3월 5일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

질문:

2020년 3월 5일

댓글:

2020년 3월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by