Previous topic

nmrglue.process.proc_base.gmb

Next topic

nmrglue.process.proc_base.sp

This Page

nmrglue.process.proc_base.jmod

nmrglue.process.proc_base.jmod(data, e=0.0, off=0.0, end=0.0, inv=False)

Exponentially Damped J-Modulation Apodization

Functional form:
jmod(x_i) = exp(-e)*sin( pi*off + pi*(end-off)*i/(size-1))

Parameters:

  • data Array of spectral data.
  • e Exponential term.
  • off Start of modulation in fraction of pi radians.
  • end End of modulation in fraction of pi radians.
  • inv Set True for inverse apodization