Inverse Fourier Transformation

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

Syntax

ifft2d(x)

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

Use the ifft2d button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL MATRIX

[[10,-2],[-4,0]]
z Result REAL MATRIX

fft2d(x)