Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double AmpltEst(double Freq); | Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property. |
| 2 | double AmpltEst(double Freq, const TCplx &SpcFreqBin); | Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property. |
| 3 | void AmpltEst(TVec *srcFreq, TVec *SrcSpectrum, TVec *dstAmplt); | Returns the phases of the amplitudes at Freq frequencies according to the value of the Peaks property. |
| 4 | virtual void AmpltEst(TVec *Freq, TVec *dstAmplt); | Returns the amplitudes of the frequency spectrum at Freq frequencies. |
Overload 1: double AmpltEst(double Freq);
Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Freq | double |
It takes in to account the scaling factors, spectrum type, Integration property and Logarithmic flag.
Overload 2: double AmpltEst(double Freq, const TCplx &SpcFreqBin);
Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Freq | double | |
| 2 | SpcFreqBin | const TCplx & |
It takes in to account the scaling factors, spectrum type, Integration property and Logarithmic flag.
Overload 3: void AmpltEst(TVec *srcFreq, TVec *SrcSpectrum, TVec *dstAmplt);
Returns the phases of the amplitudes at Freq frequencies according to the value of the Peaks property.
SrcSpectrum must contain complex spectrum estimated at frequencies defined in Freq.
Overload 4: virtual void AmpltEst(TVec *Freq, TVec *dstAmplt);
Returns the amplitudes of the frequency spectrum at Freq frequencies.
Frequencies which are not accurately alligned with frequency bins of the spectrum are rounded to the closest frequency bin. The value of the Freq vector is preserved