numpy.fft.ifftshift(x, axes=None)
The inverse of fftshift. Although identical for even-length x, the functions differ by one sample for odd-length x.
fftshift
x
x : array_like
Input array.
axes : int or shape tuple, optional
联系方式: