powered by
Inverse Fast Fourier Transform (discrete FT), Matlab-like behavior.
ifft(sig)
input vector
output vector of the same length as the input vector
This really is the inverse of the fft function, so ifft(fft(x)) == x.
ifft(fft(x)) == x
fft, Re, Im, Mod, Conj
fft
Re
Im
Mod
Conj
# NOT RUN { ifft(fft(1:5)) # }
Run the code above in your browser using DataLab