FFT frequency shift during downsampling
古いコメントを表示
I have a signal at 1000Hz and I am calculating FFT of the signal. I see it's first order contents at 11Hz. However when I downsample the signal to 100Hz and re-run FFT, I do not see a peak at 11Hz. Instead I see a peak at 9.6Hz.
Can anyone explain why I see this behavior when I downsample a signal?
6 件のコメント
Peng Li
2020 年 4 月 17 日
How long is your signal? How many points?
A VP
2020 年 4 月 17 日
David Goodmanson
2020 年 4 月 18 日
Hello A VP,
so you are doing a 600001 point fft and a 60001 point fft (no zerofilling), is that correct?
David Goodmanson
2020 年 4 月 18 日
Hey Kalyan,
In the link they appear to be transforming a function cos(30*x) to the spacial frequency domain. In the time domain this would be cos(30*t) = cos(w*t) so w = 30. That means f = w/(2*pi) which is around 5, which is where their peak is. I don't see what the problem is.
A VP
2020 年 4 月 19 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Multirate Signal Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!