virtual double LogAmplt(double Base, double span, double aMax, double aScale, bool Normalized);
Compute the logarithm of the amplitude spectrum and convert to dB.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | double | |
| 2 | span | double | |
| 3 | aMax | double | |
| 4 | aScale | double | |
| 5 | Normalized | bool |
Remarks:
Base defines the base of the logarithm (usually 10). Span defines the span in dB of the result, and AMax is the maximum amplitude found in the spectrum. If Normalized is True, the highest value of the spectrum will positioned at 0.
Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler