Navigation

Operators and Keywords

Function List:

C++ API

: ifft2 (A)
: ifft2 (A, m, n)

Compute the inverse two-dimensional discrete Fourier transform of A using a Fast Fourier Transform (FFT) algorithm.

The optional arguments m and n may be used specify the number of rows and columns of A to use. If either of these is larger than the size of A, A is resized and padded with zeros.

If A is a multi-dimensional matrix, each two-dimensional sub-matrix of A is treated separately

See also: fft2, ifft, ifftn, fftw.

Package: octave