sigpy.ifft

sigpy.ifft(input, oshape=None, axes=None, center=True, norm='ortho')[source]

IFFT function that supports centering.

Parameters:
  • input (array) – input array.
  • oshape (None or array of ints) – output shape.
  • axes (None or array of ints) – Axes over which to compute the inverse FFT.
  • norm (None or "ortho") – Keyword to specify the normalization mode.
Returns:

array of dimension oshape.

See also

numpy.fft.ifftn()