ifft {rPraat} | R Documentation |
ifft
Description
Inverse Fast Fourier Transform (discrete FT), Matlab-like behavior.
Usage
ifft(sig)
Arguments
sig |
input vector |
Details
This really is the inverse of the fft function, so ifft(fft(x)) == x
.
Value
output vector of the same length as the input vector
See Also
Examples
ifft(fft(1:5))
[Package rPraat version 1.3.2-1 Index]