public class ReflectionCoefficients extends Object
| Constructor and Description |
|---|
ReflectionCoefficients() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
latticeSynthesisFilter(double[] k,
double[] x) |
static double[] |
lpc2lprefc(double[] oneMinusA)
Converts from LPC coefficients to reflection coefficients.
|
static double[] |
lprefc2lpc(double[] k)
Converts from the reflection coefficients to the corresponding LPC coefficients.
|
public static double[] lpc2lprefc(double[] oneMinusA)
oneMinusA - A(z) = a0 - sum { ai * z^-i } . a0 = 1.public static double[] lprefc2lpc(double[] k)
k - the vector of p reflection coefficients [k_0 ... k_p-1].public static double[] latticeSynthesisFilter(double[] k,
double[] x)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.