nmrglue.process.proc_base.dx

nmrglue.process.proc_base.dx(data)[source]

Derivative by central difference

Edges are takes as difference between nearest points

Parameters :

data : ndarray

Array of NMR data.

Returns :

ndata : ndarray

Derivate of NMR data.

Previous topic

nmrglue.process.proc_base.add_ri

Next topic

nmrglue.process.proc_base.ext

This Page