public class LPCWhisperiser extends LPCAnalysisResynthesis
Modifier and Type | Field and Description |
---|---|
protected double |
oneMinusWhisperAmount |
protected double |
whisperAmount |
p
Constructor and Description |
---|
LPCWhisperiser(int predictionOrder) |
LPCWhisperiser(int predictionOrder,
double amount) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
processLPC(LpcAnalyser.LpCoeffs coeffs,
double[] residual)
Replace residual with white noise
|
applyInline
protected double whisperAmount
protected double oneMinusWhisperAmount
public LPCWhisperiser(int predictionOrder, double amount)
public LPCWhisperiser(int predictionOrder)
protected void processLPC(LpcAnalyser.LpCoeffs coeffs, double[] residual)
processLPC
in class LPCAnalysisResynthesis
coeffs
- the LPC coefficientsresidual
- the residual, of length framelengthCopyright © 2000–2016 DFKI GmbH. All rights reserved.