Class | Description |
---|---|
FIR_BandPass |
An FIR_BandPass unit to apply an FIR band-pass filter smoothed by a windowing function chosen by the user.
|
FIR_Filter |
An FIR_Filter unit to implement an FIR filter in the time domain, ie for input data {x(k)}, the filter coefficients
{a(k)} lead to output {y{k}):<\p>
|
FIR_HighPass |
An FIR_HighPass unit to apply an FIR low-pass filter smoothed by a windowing function chosen by the user.
|
FIR_LowPass |
An FIR_LowPass unit to apply an FIR low-pass filter smoothed by a windowing function chosen by the user.
|
IIR_Filter |
A IIR_Filter unit to implement an IIR filter in the time domain, ie for input data {x(k)}, the filter coefficients
{a(k),b(k)} lead to output {y{k}):<\p>
|
LPAverage |
A LPAverage unit to implement a convolution in the time domain, working forward from the first data element, ie for
input data {x(k)}, the filter coefficients {a(k)} lead to output {y{k}):<\p>
|