Uses of Class
marf.Preprocessing.Preprocessing

Packages that use Preprocessing
marf.Preprocessing   
marf.Preprocessing.CFEFilters   
marf.Preprocessing.Dummy   
marf.Preprocessing.Endpoint   
marf.Preprocessing.FFTFilter   
 

Uses of Preprocessing in marf.Preprocessing
 

Subclasses of Preprocessing in marf.Preprocessing
 class Filter
          Filter class implements generic filtering.
 

Uses of Preprocessing in marf.Preprocessing.CFEFilters
 

Subclasses of Preprocessing in marf.Preprocessing.CFEFilters
 class BandPassFilter
          Implements band-pass CFE filter based on Shivani Bhat's thesis work.
 class BandStopFilter
           
 class CFEFilter
          General Continuous-Fraction Expansion (CFE) filter types.
 class HighPassFilter
           
 class LowPassFilter
           
 

Uses of Preprocessing in marf.Preprocessing.Dummy
 

Subclasses of Preprocessing in marf.Preprocessing.Dummy
 class Crop
          Designed to be a general "cropper".
 class Dummy
          Implements dummy preprocessing module for testing purposes that does only normalization.
 class Raw
          Implements raw preprocessing module for testing purposes that does not do any preprocessing.
 

Uses of Preprocessing in marf.Preprocessing.Endpoint
 

Subclasses of Preprocessing in marf.Preprocessing.Endpoint
 class Endpoint
          Implements endpoint preprocessing in MARF.
 

Uses of Preprocessing in marf.Preprocessing.FFTFilter
 

Subclasses of Preprocessing in marf.Preprocessing.FFTFilter
 class BandpassFilter
          Bandpass Filter Implementation based on the FFTFilter.
 class FFTFilter
          FFTFilter class implements filtering using the FFT algorithm.
 class HighFrequencyBoost
          HighFrequencyBoost class implements filtering using high frequency booster on top of the FFTFilter.
 



SourceForge Logo