__declspec(property(get = GetSubBandWidth, put = SetSubBandWidth)) double SubBandWidth;
Defines the width of the frequency band to be demodulated.
Read:
double GetSubBandWidth();Write:
void SetSubBandWidth(const double Value);Remarks:
Demodulation will move the frequency band of interest down to the DC. The normalized sampling frequency is 1 and this value can be between 0 and 0.5. SubBandFrequency + SubBandWidth may not exceed 0.5 (FS/2).
Declared in Dew::Signal::TSignalDemodulator · Dew.Signal/SignalProcessing.h · Cross-compiler