IFFT
From Jacket Wiki
Back to Function List
Inverse Discrete Fourier Transform
Usage
| Jacket for M Language | |||||||||||
| Supported Syntax | |||||||||||
y = ifft(X) y = ifft(X,n) y = ifft(X,[],dim) y = ifft(X,n,dim) |
|||||||||||
|
|||||||||||
Notes
- The syntax ifft(X,N,DIM) is tentatively in place, but is presently supported only if DIM matches the first non-singleton dimension of X.
- IFFT limited to inputs with less than 135 million elements