Overload List
| # | Signature | Description |
|---|---|---|
| 1 | 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. |
| 2 | Double AmpltEst(Double Freq) | Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property. |
| 3 | Double AmpltEst(Double Freq, TCplx SpcFreqBin) | Returns the amplitude of a peak nearest to the Freq frequency according to the value of the Peaks property. |
| 4 | void AmpltEst(TVec Freq, TVec dstAmplt) | Returns the amplitudes of the frequency spectrum at Freq frequencies. |
Overload 1: 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.
| # | 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: 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 | scalar |
Returns: Double
It takes in to account the scaling factors, spectrum type, Integration property and Logarithmic flag.
Overload 3: Double AmpltEst(Double Freq, 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 | scalar |
| 2 | SpcFreqBin | TCplx | scalar |
Returns: Double
It takes in to account the scaling factors, spectrum type, Integration property and Logarithmic flag.
Overload 4: void AmpltEst(TVec Freq, TVec dstAmplt)
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