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
datandarray

Array of NMR data.

Returns
ndatandarray

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.