__declspec(property(get = GetBandwidthH, put = SetBandwidthH)) double BandwidthH;
Defines the upper frequency that limits the search for peak.
Read:
double GetBandwidthH();Write:
void SetBandwidthH(const double Value);Declared in Dew::Signal::TSpectrumPeaksAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler