Class Summary |
CMS1 |
Simple straight-forward (offline) cepstral mean subtraction. |
DCT |
|
DHT |
|
FFT |
|
HammingWindow |
Hamming window: windowed_signal = signal * (0.54 - 0.46*Math.cos(2. |
HannWindow |
Hanning window: windowed_signal = signal * (0.5 - 0.5*Math.cos(2. |
Melfilter |
Triangular mel-filter with log application in the end (if desired). |
RectangularWindow |
Rectangular window. |
Selection |
|
SimulatedFrameSource |
Use the SimulatedFrameReader to generate a FrameSource with a predefined
sequence of frame values. |
Slope |
Use a Slope object to compute derivatives of a static input frame. |
Slope.Context |
The Context class holds all information necessary to compute derivatives. |
Window |
|