You are here: Symbol Reference > SignalAnalysis Namespace > Classes > TSpectrumPeaksAnalyzer Class > public > ApproximateComplexEst Method > TSpectrumPeaksAnalyzer.ApproximateComplexEst Method (Double, TCplx)
DSP Master VCL
ContentsIndex
PreviousUpNext
TSpectrumPeaksAnalyzer.ApproximateComplexEst Method (Double, TCplx)

Finds the maximum of the peak at Freq and applies interpolation.

Pascal
function ApproximateComplexEst(Freq: Double; out cplxEstimate: TCplx): Double; overload;

Applies the peak interpolation methods, specified with the Interpolation property, to get a better estimate of the frequency of the peak closest to the Freq. The value of the Freq can be the frequency of the closest frequency bin in the frequency spectrum. The function also returns the complex value spectral bin at the specified frequency, if peak interpolation was TInterpolationMethod.imNumeric. Alternatively the result of cplxEstimate is simply zero.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!