Linear Prediction extrapolation of 1D data.
Parameter:
trace 1D trace of data, the FID.
pred Number of points to predict.
slice slice object selecting region of slice to use in LP equation.
order Prediction order (Number of LP coefficients)
fb-“forward-backward”,bf-“backward-forward”)
extend Extend trace before or after trace, (“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” or “bf” -> “decr”)
onto the unit circle, “reflect” to reflect bad roots across the unit circle
image of the sliced trace to calculate the LP filter. ‘0’ should be used with data with no delay, ‘180’ with data with an initial half-point delay.
‘svd’,’qr’,’choleskey’ or ‘tls’.
Notes:
In forward-backward or backward-forward mode root stabilizing is done on both sets of signal roots as calculated in the first mode direction. After averaging the coefficient the roots are again stabilized.
When the append parameter does not match the LP mode, for example if a backward linear prediction (mode=’b’) is used to predict points after the trace (append=’after’), any root fixing is done before reversing the filter.