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. Parameterx1
supportsdpnp.int32
,dpnp.int64
,dpnp.float32
,dpnp.float64
anddpnp.complex128
datatypes only.For full documentation refer to
numpy.fft.fftshift
.