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

Filter state used by sample-and-hold filtering routines.

Pascal
TSampleAndHoldState = record
  Value: TCplx;
  Hold: integer;
end;

The value parameter stores the value to be held and the hold parameter specifies the time-out.

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