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

Type used by the numerical integration routine.

Pascal
TIntegrateState = record
  StartI1: double;
  StartI2: double;
  StartR1: double;
  StartR2: double;
  SumI1: double;
  SumR1: double;
end;

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]).

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