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 :

data : ndarray

Array of NMR data.

Returns :

ndata : ndarray

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.

Previous topic

nmrglue.process.proc_base.fft_positive

Next topic

nmrglue.process.proc_base.ifft_norm

This Page