dpnp.fft.fftshift
- dpnp.fft.fftshift(x1, axes=None)[source]
Shift the zero-frequency component to the center of the spectrum.
Limitations
Parameter
axesis unsupported. Parameterx1supportsdpnp.int32,dpnp.int64,dpnp.float32,dpnp.float64anddpnp.complex128datatypes only.For full documentation refer to
numpy.fft.fftshift.