FFT frequency shift during downsampling

조회 수: 4 (최근 30일)
A VP
A VP 2020년 4월 17일
댓글: A VP 2020년 4월 19일
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
David Goodmanson
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
A VP 2020년 4월 19일
Hi David Goodmanson,
Yes, I am doing an FFT of a 600s signal sampled at 100Hz. [total : 600001 samples]. I am looking at FFT of every 5seconds [500 samples] and have used a Hanning window with a 50% overlap.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by