public class CepstrumLPCAnalyser extends Object
| Constructor and Description |
|---|
CepstrumLPCAnalyser() |
public static double[] lpc2lpcc(double[] oneMinusA,
double gain,
int cepstrumOrder)
oneMinusA - A(z) = a0 - sum { ai * z^-i } . a0 = 1.gain - The LPC gain factor.cepstrumOrder - Cepstrum order (equal to the index of the last cepstrum coefficient).public static double[] lpcc2lpc(double[] c,
int lpcOrder)
c - the vector of cepstral coefficients. Note: c[0] = log(gain).lpcOrder - The original LPC order (equal to the index of the last LPC coefficient).Copyright © 2000–2016 DFKI GmbH. All rights reserved.