Interpreting FFT graph of a time serie
3 ビュー (過去 30 日間)
古いコメントを表示
I've been trying to understand Fourier transform for some time now and I think I've perhaps finally got the idea now. I would like to check if the FFT can help me to determine the optimum lenght of the smoothing filter. For this reason , I have represented an example of a time series signal (measured at 5.9GHz) and I am struggling to interpret the results.
I know that the measured signal is a supperposition of large scale fading + small scale fading + noise. These component are equivalent in frequency domain to low frequency zone, middle frequency zone, and high frequency zone, repectively. The figure on the right is the FFT of the measured signal (bleu), FFT of the filtered signal with a filter of 135 ms (red) and FFT of the filtered signal with a filter of 294 ms (green). Can anybody help me to interpret the figure on the right? thank you in advance.
3 件のコメント
Jakob B. Nielsen
2020 年 3 月 9 日
Yep, I get the moving average. That is also why you see the "shift" in the green curve on your original graph. I think a 100 ms filter gives a more accurate filtering of the high frequency noise while retaining the middle frequency data.
Another approach to this type of filtering that is a little more "crude" is, lets say if you have Y=fft(X) then go into your transformed data, find the indexes corresponding to the frequency axis and simply set everything above 10 Hz to 0. Then use ifft(Y) to get a "smoothed" version of your time domain signal. (I misread the x axis in my first response. Where I said 10 to 100 Hz I meant 1 to 10 Hz :) It makes plenty of sense that, if your component is large, then its frequencies are low. (Bigger things tend to move slower, and all).
In regards to further reading, I dont know... I mostly 'just' read a book and then did some trial and error.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!