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

Returns the complex value of the Freq frequency according to the value of the Peaks property.

Pascal
procedure ComplexEst(Freq1: Double; Freq2: Double; var spcEstimate1: TCplx; var spcEstimate2: TCplx); virtual; overload;

This function will work only, if Method = smFFT. When peak interpolation method is other than imNumeric, then the spcEstimate1 and spcEstimate2 will contain only the value of the nearest spectral peak. This function takes equal amount of time as the variant taking only one Freq parameter and is thus two times faster.

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