|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.signalproc.process.LPCAnalysisResynthesis
marytts.signalproc.process.LPCCrossSynthesis
public class LPCCrossSynthesis
| Field Summary | |
|---|---|
protected FrameProvider |
newResidualAudioFrames
|
| Fields inherited from class marytts.signalproc.process.LPCAnalysisResynthesis |
|---|
p |
| Constructor Summary | |
|---|---|
LPCCrossSynthesis(FrameProvider newResidualAudioFrames,
int p)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
protected void |
processLPC(LpcAnalyser.LpCoeffs coeffs,
double[] residual)
Replace residual with new residual from audio signal, adapting the gain in order to maintain overall volume. |
| Methods inherited from class marytts.signalproc.process.LPCAnalysisResynthesis |
|---|
applyInline |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FrameProvider newResidualAudioFrames
| Constructor Detail |
|---|
public LPCCrossSynthesis(FrameProvider newResidualAudioFrames,
int p)
| Method Detail |
|---|
protected void processLPC(LpcAnalyser.LpCoeffs coeffs,
double[] residual)
processLPC in class LPCAnalysisResynthesiscoeffs - the LPC coefficientsresidual - the residual, of length framelength
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||