nmrglue.process.proc_base.qmix

nmrglue.process.proc_base.qmix(data, carr)[source]

Mix input and output channels provided coefficient array.

Parameters :

data : 2D ndarray

Array of NMR data.

carr : array_liek

Array of coefficients for mixing. The size of carr must evenly divide qmix.

Returns :

ndata : ndarray

Array of NMR data with channels mixed.

Previous topic

nmrglue.process.proc_base.gram_schmidt

Next topic

nmrglue.process.proc_base.smo

This Page