numpy.fft.ifftshift()

numpy.fft.ifftshift

numpy.fft.ifftshift(x, axes=None) [source]

The inverse of fftshift. Although identical for even-length x, the functions differ by one sample for odd-length x.

Parameters:

x : array_like

Input array.

axes : int or shape tuple, optional