Borrar filtros
Borrar filtros

what is interpolated dft?

13 visualizaciones (últimos 30 días)
aswathy
aswathy el 19 de Nov. de 2012
Is matlab have any inbulit function for interpolated dft?

Respuesta aceptada

Wayne King
Wayne King el 19 de Nov. de 2012
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 comentarios
aswathy
aswathy el 19 de Nov. de 2012
Thanks for ur rpl..What is its significance or its appllications?
Wayne King
Wayne King el 19 de Nov. de 2012
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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by