nmrglue.process.proc_lp.find_lpc_bf

nmrglue.process.proc_lp.find_lpc_bf(x, order, bad_roots, fix_mode, method)[source]

Determind LP coefficient using backward-forward linear prediction.

Averages LP coefficients generated from solving the forward and backward linear prediction equations after reversing the roots of characteristic polynomial of the forward solution. Similar to method described in: G. Zhu and A. Bax, Journal of Magnetic Resonance, 1992, 100, 202-207.

Description of parameters can be found in lp() function.

Previous topic

nmrglue.process.proc_lp.find_lpc_fb

Next topic

nmrglue.process.proc_lp.find_lproots_hsvd

This Page