|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.signalproc.analysis.Lpc2Lpcc
public class Lpc2Lpcc
Internally does the conversion between LPCs and LPCCs.
| Constructor Summary | |
|---|---|
Lpc2Lpcc()
|
|
| Method Summary | |
|---|---|
static void |
convert(java.lang.String inFileName,
java.lang.String outFileName,
int cepstrumOrder)
A method to convert between two files, from LPCs to LPCCs in EST format. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lpc2Lpcc()
| Method Detail |
|---|
public static void convert(java.lang.String inFileName,
java.lang.String outFileName,
int cepstrumOrder)
throws java.io.IOException
cepstrumOrder - The requested cepstrum order.inFileName - The name of the input file.outFileName - The name of the output file.
java.io.IOException
public static void main(java.lang.String[] args)
throws java.io.IOException
args -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||