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