ifft {rPraat} | R Documentation |
Inverse Fast Fourier Transform (discrete FT), Matlab-like behavior.
ifft(sig)
sig |
input vector |
This really is the inverse of the fft function, so ifft(fft(x)) == x
.
output vector of the same length as the input vector
ifft(fft(1:5))