Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure AmpltEst(srcFreq: TVec; SrcSpectrum: TVec; dstAmplt: TVec); | Returns the phases of the amplitudes at Freq frequencies according to the value of the Peaks property. |
| 2 | function AmpltEst(Freq: Double): Double; | Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property. |
| 3 | function AmpltEst(Freq: Double; const SpcFreqBin: TCplx): Double; | Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property. |
| 4 | procedure AmpltEst(Freq: TVec; dstAmplt: TVec); | Returns the amplitudes of the frequency spectrum at Freq frequencies. |
Overload 1: procedure AmpltEst(srcFreq: TVec; SrcSpectrum: TVec; dstAmplt: TVec);
Returns the phases of the amplitudes at Freq frequencies according to the value of the Peaks property.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | srcFreq | TVec | source TVec |
| 2 | SrcSpectrum | TVec | source TVec |
| 3 | dstAmplt | TVec | source TVec |
Result: stored in self (calling object)
SrcSpectrum must contain complex spectrum estimated at frequencies defined in Freq.
Overload 2: function AmpltEst(Freq: Double): Double;
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 | scalar |
Returns: Double
It takes in to account the scaling factors, spectrum type, Integration property and Logarithmic flag.
Overload 3: function AmpltEst(Freq: Double; const SpcFreqBin: TCplx): Double;
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 | scalar |
| 2 | SpcFreqBin | TCplx | scalar |
Returns: Double
It takes in to account the scaling factors, spectrum type, Integration property and Logarithmic flag.
Overload 4: procedure AmpltEst(Freq: TVec; dstAmplt: TVec);
Returns the amplitudes of the frequency spectrum at Freq frequencies.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Freq | TVec | source TVec |
| 2 | dstAmplt | TVec | source TVec |
Result: stored in self (calling object)
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