cupy.fft.ifftshift¶
-
cupy.fft.ifftshift(x, axes=None)[source]¶ The inverse of
fftshift().Parameters: - x (cupy.ndarray) – Input array.
- axes (int or tuple of ints) – Axes over which to shift. Default is
None, which shifts all axes.
Returns: The shifted array.
Return type: See also