nmrglue.process.proc_base.ifft

nmrglue.process.proc_base.ifft(data)[source]

Inverse fourier transform, NMR ordering of results.

See fft() for documentation of the transformation applied by this function.

Parameters
datandarray

Array of NMR data.

Returns
ndatandarray

Inverse fourier transform of NMR data in ‘NMR order’.

See also

fft

Fourier transform.

ifft_norm

Norm (power) conserving inverse Fourier transform.

ifft_positive

inverse Forier transform with a positive exponential.