dpnp.fft.ifftshift
- dpnp.fft.ifftshift(x1, axes=None)[source]
Inverse 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.ifftshift
.