Navigation

Operators and Keywords

Function List:

C++ API

: ifftn (A)
: ifftn (A, size)

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

The optional vector argument size may be used specify the dimensions of the array to be used. If an element of size is smaller than the corresponding dimension of A, then the dimension of A is truncated prior to performing the inverse FFT. Otherwise, if an element of size is larger than the corresponding dimension then A is resized and padded with zeros.

See also: fftn, ifft, ifft2, fftw.

Package: octave