This is documentation for an old release of SciPy (version 0.8.). 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=0)

ifft2(x, shape=None, axes=(-2,-1), overwrite_x=0) -> y

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

See ifftn.__doc__ for more information.

Previous topic

scipy.fftpack.fft2

Next topic

scipy.fftpack.rfft

This Page