__declspec(property(get = GetNarrowBandH, put = SetNarrowBandH)) double NarrowBandH;
Specify value other than 0 to indicate the final frequency of the reduce bandwidth.
Read:
double GetNarrowBandH();Write:
void SetNarrowBandH(const double Value);Remarks:
Spectrogram will store only values between NarrowBandL and NarrowBandH.
Declared in Dew::Signal::TSpectrogram · Dew.Signal/SignalAnalysis.h · Cross-compiler