Previous topic

nmrglue.process.proc_base.conv

Next topic

nmrglue.process.proc_base.corr

This Page

nmrglue.process.proc_base.convolute

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

Convolute data with kernel

Parameters:

  • data Array of spectral data.

  • kern list or array describing convolution kernel

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

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

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