TBiSpectrumAnalyzer.AmpltLogEst Method

Overload List

#SignatureDescription
1procedure 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.
2procedure 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.

#NameTypeDescription
1AmplitudeTVecsource TVec
2FreqTVecsource 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.

#NameTypeDescription
1AmplitudeDouble
2FreqDoublescalar

Result: stored in self (calling object)