Package <Unnamed>

Interface Summary
Constants this file defines useful constants that will be used in DTW applet
 

Class Summary
DrawingPanel DrawingPanel is a canvas to draw the grid path as the result of grid match hierarchy: JPanel -> DrawingPanel
dtwApplet dtwApplet is the main driver program that extend JApplet and is the class called when the applet is loaded, which inturn initialize all other objects and components need to run the applet hierarchy: JApplet->dtwApplet
EnergyPanel EnergyPanel is used as a frame of a EnergyPlot.
EnergyPlot EnergyPlot is a canvas to draw the energy plot of a lpc signal.
inputSignals Frame that handles the input signals
lpcData lpcData is used to represent a lpc coded speech signal.
MainMenu MainMenu implements a menu driven system that acts as the primary control panel for the applet as a whole.
match match is the search engine of the recognizer
OutputPanel OutputPanel is used as a frame of a DrawingPanel.
ProcessBox ProcessBox implements the text area at the southwest of the applet that acts as a process description.
SignalPanel SignalPanel is used as a frame of a SpectrumPanel.
SpectrumPanel SpectrumPanel is a canvas to draw the spectrogram for attached signal each frequency interval of each frame will be painted as a color cell connect the color cells together to form a spectrogram.
SubPanel creates a panel with layout type of GridBagLayout.
WaveformPanel class WaveformPanel is a canvas to draw the waveform of a speech signal hierarchy: JPanel -> WaveformPanel
WavePanel class that handles the wave panel sub panel