dpnp.fft.fftshift

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

Shift the zero-frequency component to the center of the spectrum.

For full documentation refer to numpy.fft.fftshift.

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.