public class LtpForcedPitch extends Ltp
| Constructor and Description |
|---|
LtpForcedPitch() |
| Modifier and Type | Method and Description |
|---|---|
int |
quant(float[] target,
float[] sw,
int sws,
float[] ak,
float[] awk1,
float[] awk2,
float[] exc,
int es,
int start,
int end,
float pitch_coef,
int p,
int nsf,
Bits bits,
float[] exc2,
int e2s,
float[] r,
int complexity)
Long Term Prediction Quantification (Forced Pitch).
|
int |
unquant(float[] exc,
int es,
int start,
float pitch_coef,
int nsf,
float[] gain_val,
Bits bits,
int count_lost,
int subframe_offset,
float last_pitch_gain)
Long Term Prediction Unquantification (Forced Pitch).
|
inner_prod, open_loop_nbest_pitchpublic final int quant(float[] target,
float[] sw,
int sws,
float[] ak,
float[] awk1,
float[] awk2,
float[] exc,
int es,
int start,
int end,
float pitch_coef,
int p,
int nsf,
Bits bits,
float[] exc2,
int e2s,
float[] r,
int complexity)
public final int unquant(float[] exc,
int es,
int start,
float pitch_coef,
int nsf,
float[] gain_val,
Bits bits,
int count_lost,
int subframe_offset,
float last_pitch_gain)
unquant in class Ltpexc - - Excitationes - - Excitation offsetstart - - Smallest pitch value allowedpitch_coef - - Voicing (pitch) coefficientnsf - - Number of samples in subframegain_val - bits - - Speex bits buffer.count_lost - subframe_offset - last_pitch_gain - Copyright © 1999-2004 Wimba S.A. All Rights Reserved.