nmrglue.process.proc_base.fft_norm

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

Fourier transform, total power preserved, NMR ordering of results

This function is similar to the transform performed by The Rowland NMR Toolkit’s FFT function.

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

Parameters :

data : ndarray

Array of NMR data.

Returns :

ndata : ndarray

Fourier transform of NMR data in ‘NMR order’.

See also

ifft_norm
Inversion Fourier transform.
fft
None-norm (power) conserving Fourier transform.
fft_positive
Forier transform with a positive exponential.

Previous topic

nmrglue.process.proc_base.fft

Next topic

nmrglue.process.proc_base.fft_positive

This Page