Modifier and Type | Method and Description |
---|---|
static void |
LPC.calculate(LPC lpc,
long[] R)
Calculate an LPC using the given Auto-correlation data.
|
static void |
LPC.calculateFromPrior(LPC lpc,
long[] R,
LPC priorLPC)
Calculate an LPC using a prior order LPC's values to save calculations.
|