Summary
Type used by the numerical integration routine.
Unit
SignalUtils
Declaration
TIntegrateState = record
SumR1, SumI1,
StartR1, StartI1,
StartR2, StartI2: TSample;
end;
Description
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 2008 Dew Research |
http://www.dewresearch.com