TSignalEnvelopeDetector::HilbertTransBW Property

__declspec(property(get = GetHilbertTransBW, put = SetHilbertTransBW)) double HilbertTransBW;

Transition bandwidth of the type III Hilbert transformer normalized to a sampling frequency of 2 Hz.

Read: double GetHilbertTransBW();
Write: void SetHilbertTransBW(const double Value);
Declared in Dew::Signal::TSignalEnvelopeDetector · Dew.Signal/SignalProcessing.h · Cross-compiler