__declspec(property(get = GetHalfBand, put = SetHalfBand)) bool HalfBand;
The bandwidth will be halved during downsampling.
Read:
bool GetHalfBand();Write:
virtual void SetHalfBand(const bool Value);Remarks:
This property is applicable only during downsampling (Factor < 1). When the value is True, the resulting bandwidth will have the upper half filtered out, which can be usefull for furhter processing. The lowpass will be applied from BW/2 to BW, where BW is the bandwidth of the converted signal. The final sampling frequency will not be affected.
Declared in Dew::Signal::TSignalRateConverter · Dew.Signal/SignalProcessing.h · Cross-compiler