Previous topic

nmrglue.process.proc_lp.fix_roots

Next topic

nmrglue.pipe_proc

This Page

nmrglue.process.proc_lp.extrapolate

nmrglue.process.proc_lp.extrapolate(trace, a, pred, append)

Extrapolate points using LP prediction filter

Parameters:

  • trace 1D vector to add points to

  • a LP coefficients (ordered according to direction of extrapolation)

  • pred Number of points to predict using LP prediction filter

  • append “b” or “a” indicating if extrapolation should append before or

    after known points.