public class LPCAnalysisResynthesis extends Object implements InlineDataProcessor
Modifier and Type | Field and Description |
---|---|
protected int |
p |
Constructor and Description |
---|
LPCAnalysisResynthesis(int p)
Apply LPC analysis-resynthesis.
|
Modifier and Type | Method and Description |
---|---|
void |
applyInline(double[] data,
int off,
int len)
Perform some in-place processing on the given data.
|
static void |
main(String[] args) |
protected void |
processLPC(LpcAnalyser.LpCoeffs coeffs,
double[] residual)
Process the LPC coefficients and/or the residual in place.
|
public LPCAnalysisResynthesis(int p)
p
- prediction order, i.e. number of LPC coefficients to compute.public void applyInline(double[] data, int off, int len)
InlineDataProcessor
applyInline
in interface InlineDataProcessor
data
- dataoff
- offlen
- lenprotected void processLPC(LpcAnalyser.LpCoeffs coeffs, double[] residual)
coeffs
- the LPC coefficientsresidual
- the residual, of length framelengthCopyright © 2000–2016 DFKI GmbH. All rights reserved.