furanku

NMRPipe Processing Functions

LP Linear Prediction



Command-Line Argument List

 
LP: Complex Linear Prediction.
 -pred predPts [LP Before: 1]
               [LP After:  SIZE]
 -x1 dataStart [LP Before: PREDPTS+1]
               [LP After:  SIZE]
 -xn dataEnd   [SIZE]
 -ord order    [8]
Prediction Direction:
 -f          Forward LP (Default)
 -b          Backward LP
 -fb         Forward-Backward LP
 -before     Prediction region
             is before data region.
 -after      Prediction region
             is after data region.
Root Fixing:
 -nofix      No Root fixing.
             (Default for -before),
 -fix        Use Root fixing.
             (Default for -after),
 -fixMode fm Specific Root Fix Mode;
             -1 = Fix Decreasing.
             (Default for -before),
              0 = No Root Fixing.
              1 = Fix Increasing.
             (Default for -after),
LP Using Mirror Image:
 -ps90-180   Exact Image.
 -ps0-0      One-Point Shifted Image.
LP Using PCA Vectors:
 -pca        Set LP Order to YSIZE.
 -extra xOrd Increase LP Order.
Auto Signal Count Estimation (Not Implemented):
 -sig sigCount   Signal Count.
 -auto           Use Automated Order.
 -min m [4]      Min Nonzero Count.
 -max m [ORDER]  Max Nonzero Count.
 -nw w [8]    Noise Cell Width, Pts.
 -dw w [2]    Detect Width +/- Pts.
 -nf f [3.00] Noise Threshold Factor.
 -sf f [2.00] Signal Count Factor.
 -fr f [0.33] Histogram Fraction.
Notes:
 This version replaces functions LP and LPC.