| Filter Design Toolbox | ![]() |
Apply the inverse quantized FFT to data
Syntax
y = ifft(f,x) y = ifft(f,x,dim)
Description
y = ifft(f,x) is the quantized inverse FFT of x. The parameters of the quantized FFT are specified in quantized FFT f.
y = ifft(f,x,dim) is the quantized inverse FFT of x across the dimension dim.
See Also
fft, get, qfft, qreport, set
| hex2num | ifir | ![]() |