Fourier Transformation

Returns the two-dimensional discrete Fourier transform (DFT) of x. The DFT is computed with a fast Fourier transform (FFT) algorithm. The result has the same size as x.

Syntax

fft2d(x)

Types
 Variable NameValue TypeVariable Type
Argument:xreal, complexmatrix
Result: zreal, complex matrix
Calculator Input

Use the fft2d button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL MATRIX

[[1,2],[3,4]]
z Result REAL MATRIX

fft2d(x)