Class LPC


  • public class LPC
    extends java.lang.Object
    Author:
    klausj
    • Constructor Summary

      Constructors 
      Constructor Description
      LPC()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] autocorr​(double[] x, int n)  
      static double autocorr​(double[] sig, int N, int i)  
      static double[] levinson​(double[] r, int n)  
      static double[] process​(double[] x)  
      static double[] process​(double[] x, int n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LPC

        public LPC()
    • Method Detail

      • autocorr

        public static double autocorr​(double[] sig,
                                      int N,
                                      int i)
      • autocorr

        public static double[] autocorr​(double[] x,
                                        int n)
      • process

        public static double[] process​(double[] x)
      • process

        public static double[] process​(double[] x,
                                       int n)
      • levinson

        public static double[] levinson​(double[] r,
                                        int n)