|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectlpcData
public class lpcData
lpcData is used to represent a lpc coded speech signal. it reads in the signal from ascii file, and stores signal in vectors each vector reflects to a frame of speech signal.
| Field Summary | |
|---|---|
double[][] |
data
array to store lpc vectors this applet using 12-order lpc coded signal |
| Constructor Summary | |
|---|---|
lpcData(java.net.URL file)
This constructor opens file specified by input argument, read in signal, and store in data[][]. |
|
| Method Summary | |
|---|---|
int |
getLength()
access method for length |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double[][] data
| Constructor Detail |
|---|
public lpcData(java.net.URL file)
file - URL of the file to be loaded| Method Detail |
|---|
public int getLength()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||