SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.fftpack.ifft2

scipy.fftpack.ifft2(x, shape=None, axes=(-2, -1), overwrite_x=False)[source]

2-D discrete inverse Fourier transform of real or complex sequence.

Return inverse two-dimensional discrete Fourier transform of arbitrary type sequence x.

See ifft for more information.

See also

fft2, ifft

Previous topic

scipy.fftpack.fft2

Next topic

scipy.fftpack.fftn