Class LPCFormantEstimator

    • Constructor Detail

      • LPCFormantEstimator

        public LPCFormantEstimator​(double sampleRate)
    • Method Detail

      • estimateNrOfFormants

        public int estimateNrOfFormants​(double sampleRate)
      • estimatePoles

        public org.apache.commons.math3.complex.Complex[] estimatePoles​(double[] x,
                                                                        int nrPoles)
        Specified by:
        estimatePoles in interface FormantEstimator
      • estimatePoles

        public org.apache.commons.math3.complex.Complex[] estimatePoles​(double[] x,
                                                                        double sampleRate)
        Specified by:
        estimatePoles in interface FormantEstimator
      • main

        public static void main​(java.lang.String[] args)