public class Lpc2Lpcc extends Object
| Constructor and Description |
|---|
Lpc2Lpcc() |
| Modifier and Type | Method and Description |
|---|---|
static void |
convert(String inFileName,
String outFileName,
int cepstrumOrder)
A method to convert between two files, from LPCs to LPCCs in EST format.
|
static void |
main(String[] args) |
public static void convert(String inFileName, String outFileName, int cepstrumOrder) throws IOException
cepstrumOrder - The requested cepstrum order.inFileName - The name of the input file.outFileName - The name of the output file.IOException - IOExceptionpublic static void main(String[] args) throws IOException
args - argsIOException - IOExceptionCopyright © 2000–2022 DFKI GmbH. All rights reserved.