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

Type used by the numerical integration routine.

Syntax
C#
Visual Basic
public struct TIntegrateState { public double SumR1; public double SumI1; public double StartR1; public double StartI1; public double StartR2; public double StartI2; }

SignalUtils.cs

The type stores the initial conditions for the numerical integration. StartR2 and StartI2 are real and imaginary part of the first condition (x[-2]) and StartR1, StartI1 are the real and imaginary part of the second condition (x[-1]).

Integrate

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