Description Usage Arguments Details Value See Also Examples
Inverse Fast Fourier Transform (discrete FT), Matlab-like behavior.
1 | 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
1 |
[1] 1+0i 2+0i 3+0i 4+0i 5+0i
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.