Boolean HalfBand { get; set; }
The bandwidth will be halved during downsampling.
Returns: Boolean
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.