Class lpcData

java.lang.Object
  extended by lpcData

public class lpcData
extends java.lang.Object

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

data

public double[][] data
array to store lpc vectors this applet using 12-order lpc coded signal

Constructor Detail

lpcData

public lpcData(java.net.URL file)
This constructor opens file specified by input argument, read in signal, and store in data[][].

Parameters:
file - URL of the file to be loaded
Method Detail

getLength

public int getLength()
access method for length

Returns:
length of signal