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

Type used by the numerical differentiation routine.

Syntax
C#
Visual Basic
public struct TDiffState { public double Start2R; public double Start2I; public double Start1R; public double Start1I; }

SignalUtils.cs

The type stores the initial conditions for the numerical differentiation. Start2R and Start2I are real and imaginary part of the first condition (x[-2]) and Start1R, Start1I are the real and imaginary part of the second condition (x[-1]).

Differentiate

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