__declspec(property(get = GetLargestRatio, put = SetLargestRatio)) double LargestRatio;
Defines the ratio between the largest peak below which, the peak will not be considered.
Read:
double GetLargestRatio();Write:
void SetLargestRatio(const double Value);Remarks:
Used when TraceMethod = ptLargest and when calling FindLargestPeaks. Minimum value is 1 and the maximum and default value value is 1E+15.
Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler