Back to Fourier Analysis
fftn
N-dimensional FFT
Syntax
Y = fftn(X)
Description
Computes the N-dimensional discrete Fourier Transform over all axes of the input array.
Parameters
| Name | Description |
|---|---|
| X | Input N-D array |
Returns
N-D frequency-domain representation
Examples
Try It
>> fftn(ones(4, 4))