procedure NearestDCCrossing(const Data: TVec; var Pos: Double; out Y: Double; DC: Double; LinInterpolate: Boolean);
Find the nearest DC crossing.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TVec | |
| 2 | Pos | Double | |
| 3 | Y | Double | |
| 4 | DC | Double | scalar |
| 5 | LinInterpolate | Boolean |
Result: stored in self (calling object)
Remarks:
Converge to the nearest DC crossing of Data, if the start position is at Data[Pos]. Return the position of the found DC crossing in Index and amplitude in Y. Use linear interpolation, if LinInterpolate is True, to determine the position of the actual intersection of the Data time series with zero. Use Y to determine how close the interpolation came (Y should be DC).