You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TSampleAndHoldState Structure
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TSampleAndHoldState Structure

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

Syntax
C#
Visual Basic
public struct TSampleAndHoldState { public TCplx Value; public int Hold; }

SignalUtils.cs

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

SampleAndHoldFilter, SampleAndDecayFilter

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