You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSpectrumPeaksAnalyzer Class > TSpectrumPeaksAnalyzer Methods > TSpectrumPeaksAnalyzer.FindFrequency Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSpectrumPeaksAnalyzer.FindFrequency Method

Finds the largest peak on the frequency interval.

Syntax
C#
Visual Basic
public void FindFrequency(ref double Frequency);

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.

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