TBWFilter Properties


Amplification : Integer;

Sometimes a filter output signal is just to weak.Use this property to set the input component for the converter.


FilterType : TFilterType;

Use this property to select the Butterworth filter type. The possible values are:
ftBandPass - Band-pass filter. HighFreq and LowFreq define the band to be passed.
ftBandReject - Band-reject filter. HighFreq and LowFreq define the band to be rejected.
ftHighPass - High-pass filter. HighFreq defines the cut-out frequency.
ftLowPass - Low-pass filter. LowFreq defines the cut-out frequency.


HighFreq : Integer;

Defines the higher filter frequency. See the FilterType property.


LowFreq : Integer;

Defines the lower filter frequency. See the FilterType property.


TBWFilter ACS Classes Home


Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.