Borrar filtros
Borrar filtros

Sampling rate in matlab

1 visualización (últimos 30 días)
jason law
jason law el 3 de Jun. de 2020
Respondida: Star Strider el 3 de Jun. de 2020
Can I know what is the sampling rate of ifft() command which is a build in function in matlab?
I am dealing with a proposed method which overcome limitation of ifft, so i want to know the default sampling rate of ifft() build in function in matlab.

Respuesta aceptada

Star Strider
Star Strider el 3 de Jun. de 2020
There is no default sampling rate for ifft because ifft does not actually sample anything. If the original fft is calculated correctly (with the correct frequency vector) the time vector for ifft can be obtained from the length of the fft and the Nyquist frequency.
If the absolute value of the fft from 0 Hz to the Nyquist frequency is available, it is necessary that the phase information is also available, so that the complex fft can be reconstructed. The second ‘half’ of the fft is then the complex conjugate of the first ‘half’ of the fft, concatenated onto the end of it. Then you can take the ifft of it. That will be the length of the original signal, and the sampling interval will be .

Más respuestas (0)

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by