|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xiph.speex.Misc
public class Misc
Miscellaneous functions
| Constructor Summary | |
|---|---|
Misc()
|
|
| Method Summary | |
|---|---|
static float[] |
lagWindow(int lpcSize,
float lagFactor)
Create the window for autocorrelation (lag-windowing). |
static float[] |
window(int windowSize,
int subFrameSize)
Builds an Asymmetric "pseudo-Hamming" window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Misc()
| Method Detail |
|---|
public static float[] window(int windowSize,
int subFrameSize)
windowSize - subFrameSize -
public static float[] lagWindow(int lpcSize,
float lagFactor)
lpcSize - lagFactor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||