jax.numpy.fft.ifftshift
Warning
This page was created from a pull request (#9655).
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.