void LogRamp(TVec *RampVec, double StartPower, double StopPower);
Compute a logarithmic ramp.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | RampVec | TVec * | |
| 2 | StartPower | double | |
| 3 | StopPower | double |
Remarks:
Fills RampVec vector with (base 10) logarithmic scale values from StartPower to StopPower. The number of values returned is defined with RampVec.Length.
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler