Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure AmpltLogEst(const Amplitude: TVec; const Freq: TVec); | Converts the amplitude of the frequency spectrum at Freq frequency to dB according to the value of the Peaks property. |
| 2 | procedure AmpltLogEst(var Amplitude: Double; Freq: Double); | Converts the amplitude of the frequency spectrum at Freq frequency to dB according to the value of the Peaks property. |
Overload 1: procedure AmpltLogEst(const Amplitude: TVec; const Freq: TVec);
Converts the amplitude of the frequency spectrum at Freq frequency to dB according to the value of the Peaks property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Amplitude | TVec | |
| 2 | Freq | TVec |
Result: stored in self (calling object)
Remarks:
Vectorized version.
Overload 2: procedure AmpltLogEst(var Amplitude: Double; Freq: Double);
Converts the amplitude of the frequency spectrum at Freq frequency to dB according to the value of the Peaks property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Amplitude | Double | |
| 2 | Freq | Double | scalar |
Result: stored in self (calling object)