Package Filters

Interface Summary
Filter  
 

Class Summary
AbstractFilter Abstract implementation of Filter interface to provide common functionality for two of the main function calls for processing arrays of data.
ButterworthFilter  
ChebyshevFilter  
FilterControl  
FilterDataSourceDialog  
FilterDialog  
FilterMethod  
FilterParameters_2 FilterPArameters for use when the filter is on it's own (within a FilterController) rather than combined into some other detector.
FilterParams  
FilterProcess  
FilterSpeed  
IirfFilter  
MovingAverageFilter Moving average filter.
SmoothingFilter Smoothing filter which is basically a moving abstract filter but it operates once on a finite amount of data and does not insert any delays (unlike MovingAveragefilter which handles infinite streams, but adds a delay)
 

Enum Summary
FilterBand  
FilterType