Summary
Used for multi-rate signal filtering.
Unit
SignalProcessing
Declaration
TTapsStages = record
Data: TVec;
State: TFirState;
end;
Description
Used by TSignalMultiRate component to enable multi-stage filtering. Multi-stage filtering can be faster then a single stage filter, if you need very sharp cutoff frequencies. Data contains the filtered data on the current stage and State holds the filter definitions for the current filter stage.
| Copyright 2008 Dew Research |
http://www.dewresearch.com