Previous topic

nmrglue.process.proc_base.corr

Next topic

nmrglue.process.proc_base.filter_median

This Page

nmrglue.process.proc_base.correlate

nmrglue.process.proc_base.correlate(data, kern=[, 1.0], m='wrap', c=0.0)

Correlate data with kernel (weights)

Parameters:

  • data Array of spectral data.

  • kern list or array describing correlation kernel (weights)

  • m Defines how edges are determinded (‘reflect’,’constant’,’nearest’,

    ‘mirror’,’wrap’). Filter mode parameter.

  • c Constant Value for use in ‘constant’ mode.