dpnp.fft.ifftshift

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

Inverse shift the zero-frequency component to the center of the spectrum.

For full documentation refer to numpy.fft.ifftshift.

Limitations

Parameter x is supported either as dpnp.ndarray. Parameter axes is unsupported. Only dpnp.float64, dpnp.float32, dpnp.int64, dpnp.int32, dpnp.complex128 data types are supported. Otherwise the function will be executed sequentially on CPU.