marytts.signalproc.process
Class LPCWhisperiser
java.lang.Object
marytts.signalproc.process.LPCAnalysisResynthesis
marytts.signalproc.process.LPCWhisperiser
- All Implemented Interfaces:
- InlineDataProcessor
public class LPCWhisperiser
- extends LPCAnalysisResynthesis
- Author:
- Marc Schröder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
whisperAmount
protected double whisperAmount
oneMinusWhisperAmount
protected double oneMinusWhisperAmount
LPCWhisperiser
public LPCWhisperiser(int predictionOrder,
double amount)
LPCWhisperiser
public LPCWhisperiser(int predictionOrder)
processLPC
protected void processLPC(LpcAnalyser.LpCoeffs coeffs,
double[] residual)
- Replace residual with white noise
- Overrides:
processLPC in class LPCAnalysisResynthesis
- Parameters:
coeffs - the LPC coefficientsresidual - the residual, of length framelength
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception