Package edu.cmu.sphinx.frontend.transform

Provides classes that transform data from one domain into another.

See:
          Description

Class Summary
DiscreteCosineTransform Applies a logarithm and then a Discrete Cosine Transform (DCT) to the input data.
DiscreteFourierTransform Computes the Discrete Fourier Transform (FT) of an input sequence, using Fast Fourier Transform (FFT).
 

Package edu.cmu.sphinx.frontend.transform Description

Provides classes that transform data from one domain into another. For example, the discrete fourier transform transform data from the time domain to the frequency domain.