TSpectrumPeaksAnalyzer.FindFrequency Method

Overload List

#SignatureDescription
1procedure FindFrequency(const Frequency: TVec);Finds the largest peak on the frequency interval for each value in Frequency parameter.
2function FindFrequency(const Frequency: Double): Double;Finds the largest peak on the frequency interval.

Overload 1: procedure FindFrequency(const Frequency: TVec);

Finds the largest peak on the frequency interval for each value in Frequency parameter.

#NameTypeDescription
1FrequencyTVec

Result: stored in self (calling object)

Remarks:

Frequency interval is limited in two ways. First, it is limited with values of the properties: BandwidthL and BandwidthH. This limitation applies only, if UseFullBandwidth is False. And second, it is limited with the value of the TraceInterval property. The Frequency parameter contains the previous known value of the marked peak on entry and the frequency of the newly found peak on exit from the routine.

Overload 2: function FindFrequency(const Frequency: Double): Double;

Finds the largest peak on the frequency interval.

#NameTypeDescription
1FrequencyDouble

Returns: Double

Remarks:

Frequency interval is limited in two ways. First, it is limited with values of the properties: BandwidthL and BandwidthH. This limitation applies only, if UseFullBandwidth is False. And second, it is limited with the value of the TraceInterval property. The Frequency parameter contains the previous known value of the marked peak on entry and the frequency of the newly found peak on exit from the routine.