Uses of Interface
marf.Preprocessing.IFilter

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

Uses of IFilter in marf.Preprocessing
 

Classes in marf.Preprocessing that implement IFilter
 class Filter
          Filter class implements generic filtering.
 

Uses of IFilter in marf.Preprocessing.CFEFilters
 

Classes in marf.Preprocessing.CFEFilters that implement IFilter
 class BandPassFilter
          Implements band-pass CFE filter based on Shivani Bhat's thesis work.
 class CFEFilter
          General Continuous-Fraction Expansion (CFE) filter types.
 

Uses of IFilter in marf.Preprocessing.FFTFilter
 

Classes in marf.Preprocessing.FFTFilter that implement IFilter
 class BandpassFilter
          Bandpass Filter Implementation based on the FFTFilter.
 class BandStopFilter
          Band-stop 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.
 class HighPassFilter
          HighPassFilter class implements high-pass filtering the FFT Filter.
 class LowPassFilter
          LowPassFilter class implements low pass filtering the FFT Filter.
 



SourceForge Logo