This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.fft.ifftshift

numpy.fft.ifftshift(x, axes=None)

Inverse of fftshift.

Parameters:

x : array_like

Input array.

axes : int or shape tuple, optional

Axes over which to calculate. Defaults to None which is over all axes.

See also

fftshift

Previous topic

numpy.fft.fftshift

Next topic

Linear algebra (numpy.linalg)

This Page

Quick search