dpnp.fft.fftshift

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

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

Limitations

Parameter axes is unsupported. Parameter x1 supports dpnp.int32, dpnp.int64, dpnp.float32, dpnp.float64 and dpnp.complex128 datatypes only.

For full documentation refer to numpy.fft.fftshift.