Linear Prediction
Parameters are slightly different than NMRPipe.
Parameters:
dic Dictionary of NMRPipe parameters.
data array of spectral data.
for forward prediction, 1 for backward prediction
x1 First point in 1D vector to use to extract LP filter.
xn Last point in 1D vector to use to extract LP filter.
ord Prediction order (Number of LP coefficients)
‘fb’-forward-backward)
append Where to append predicted data (‘before’ or ‘after’)
either those with ‘incr’ or ‘decr’ signals, set to None for no root stabilizing. Default of ‘auto’ set root fixing based on LP mode. (mode==’f’ or ‘fb’ -> ‘incr’, mode==’b’ -> ‘decr’)
extract mirror image, and No mirror image
Additional Parameters (Not included in NMRPipe):
onto the unit circle, “reflect” to reflect bad roots across the unit circle.
‘svd’,’qr’,’choleskey’ or ‘tls’.