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

Type used by the numerical differentiation routine.

Pascal
TDiffState = record
  Start1I: double;
  Start1R: double;
  Start2I: double;
  Start2R: double;
end;

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

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