jax.numpy.fft.ifftshift
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
numpy.fft.ifftshift()
.Original docstring below.
functions differ by one sample for odd-length x.