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

Filter state type used by ConsistentParameter filter method.

Pascal
TConsistentParam = record
  Param: double;
  Time: TDateTime;
end;

Filter state stores the parameter (Param) to be tracked and the total Time, within which this parameter has not changed its value.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!