You are here: Symbol Reference > SignalProcessing Namespace > Structs, Records, Enums > SignalProcessing.TTapsStages Record
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalProcessing.TTapsStages Record

Used for multi-rate signal filtering.

Pascal
TTapsStages = record
  Data: TVec;
  State: TFirState;
end;

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 (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!