jax.numpy.fft.ifftshiftΒΆ
-
jax.numpy.fft.ifftshift(x, axes=None)[source]ΒΆ The inverse of fftshift. Although identical for even-length x, the
LAX-backend implementation of
ifftshift().Original docstring below.
functions differ by one sample for odd-length x.