| Home >> All >> marf >> [ Preprocessing Javadoc ] |
| | marf.Preprocessing.BandpassFilter.* (1) | | marf.Preprocessing.Dummy.* (2) |
| | marf.Preprocessing.Endpoint.* (1) | | marf.Preprocessing.FFTFilter.* (5) |
| | marf.Preprocessing.HighFrequencyBoost.* (1) |
marf.Preprocessing: Javadoc index of package marf.Preprocessing.
Package Samples:
marf.Preprocessing.Dummy
marf.Preprocessing.Endpoint
marf.Preprocessing.FFTFilter
marf.Preprocessing.BandpassFilter
marf.Preprocessing.HighFrequencyBoost
Classes:
FFTFilter: FFTFilter class implements filtering using the FFT algorithm. Derivatives must set frequency response based on the type of filter they are. $Id: FFTFilter.java,v 1.23 2005/08/05 22:19:55 mokhov Exp $
HighFrequencyBoost: HighFrequencyBoost class implements filtering using high frequency booster on top of the FFTFilter. $Id: HighFrequencyBoost.java,v 1.19 2005/08/13 23:09:38 susan_fan Exp $
Raw: Implements raw preprocessing module for testing purposes that does not do any preprocessing. $Id: Raw.java,v 1.8 2005/08/13 23:09:38 susan_fan Exp $
Dummy: Implements dummy preprocessing module for testing purposes that does only normalization. $Id: Dummy.java,v 1.22 2005/08/13 23:09:38 susan_fan Exp $
HighPassFilter: HighPassFilter class implements high-pass filtering the FFT Filter. $Id: HighPassFilter.java,v 1.12 2005/08/13 23:09:38 susan_fan Exp $
BandpassFilter: Class BandpassFilter $Header: /cvsroot/marf/marf/src/marf/Preprocessing/BandpassFilter/BandpassFilter.java,v 1.4 2002/12/07 07:54:47 mokhov Exp $
LowPassFilter: LowPassFilter class implements low pass filtering the FFT Filter. $Id: LowPassFilter.java,v 1.12 2005/08/14 01:15:56 mokhov Exp $
BandpassFilter: Bandpass Filter Implementation based on the FFTFilter. $Id: BandpassFilter.java,v 1.20 2005/08/13 23:09:38 susan_fan Exp $
PreprocessingException: Class PreprocessingException. $Id: PreprocessingException.java,v 1.9 2005/08/14 01:15:55 mokhov Exp $
Endpoint: Class Endpoint. Not Implemented $Id: Endpoint.java,v 1.20 2005/08/14 01:15:56 mokhov Exp $
Preprocessing: Abstract Preprocessing Module. $Id: Preprocessing.java,v 1.35 2005/08/05 22:19:54 mokhov Exp $
IPreprocessing: Preprocessing Interface. $Id: IPreprocessing.java,v 1.5 2005/08/05 22:19:54 mokhov Exp $
HighFrequencyBoost: HighFrequencyBoost class Implements filtering using high frequency booster on top of the FFT Filter
IFilter: An interface all filters must comply with.
| Home | Contact Us | Privacy Policy | Terms of Service |