필터 지우기
필터 지우기

what is interpolated dft?

조회 수: 13 (최근 30일)
aswathy
aswathy 2012년 11월 19일
Is matlab have any inbulit function for interpolated dft?

채택된 답변

Wayne King
Wayne King 2012년 11월 19일
Yes, you just zero pad the input by providing the optional NFFT argument to fft()
If you use an NFFT value that is greater than the length of the input data, the DFT is interpolated. Instead of getting DFT coefficients at Fs/N where Fs is the sampling frequency, you get them at Fs/NFFT
  댓글 수: 2
aswathy
aswathy 2012년 11월 19일
Thanks for ur rpl..What is its significance or its appllications?
Wayne King
Wayne King 2012년 11월 19일
If you have a peak that falls between two DFT bins, kFs/N and (k+1)Fs/N, then zero padding can help you resolve that peak better. It does not improve the frequency resolution of the DFT, but you can get a better picture of a single peak.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by