void NextDCCrossing(TVec *Src, int &Offset, double DC);
Locate the next DC crossing.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec * | |
| 2 | Offset | int & | |
| 3 | DC | double |
Remarks:
Return the next DC crossing found in Src looking from Offset to the right. Offset is modified to reflect the position of the found DC crossing.
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler