Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void AmpltLogEst(TVec Amplitude, TVec Freq) | Converts the amplitude of the frequency spectrum at Freq frequency to dB according to the value of the Peaks property. |
| 2 | void AmpltLogEst(ref Double Amplitude, Double Freq) | Converts the amplitude of the frequency spectrum at Freq frequency to dB according to the value of the Peaks property. |
Overload 1: void AmpltLogEst(TVec Amplitude, TVec Freq)
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 | source TVec |
| 2 | Freq | TVec | source TVec |
Result: stored in self (calling object)
Remarks:
Vectorized version.
Overload 2: void AmpltLogEst(ref Double Amplitude, Double Freq)
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 (ref) | output |
| 2 | Freq | Double | scalar |
Result: stored in self (calling object)