Uses of Class
marf.Preprocessing.Filter

Packages that use Filter
marf.Preprocessing.CFEFilters   
marf.Preprocessing.FFTFilter   
 

Uses of Filter in marf.Preprocessing.CFEFilters
 

Subclasses of Filter 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 Filter in marf.Preprocessing.FFTFilter
 

Subclasses of Filter 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