TSpectrogram::NarrowBandL Property

__declspec(property(get = GetNarrowBandL, put = SetNarrowBandL)) double NarrowBandL;

Specify value other than 0 to indicate the start of the reduced bandwidth.

Read: double GetNarrowBandL();
Write: void SetNarrowBandL(const double Value);
Remarks:

Spectrogram will store only values between NarrowBandL and NarrowBandH.

Declared in Dew::Signal::TSpectrogram · Dew.Signal/SignalAnalysis.h · Cross-compiler