You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalRateConverter Class > TSignalRateConverter Properties > TSignalRateConverter.HalfBand Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalRateConverter.HalfBand Property

The bandwidth will be halved during downsampling.

Syntax
C#
Visual Basic
public bool HalfBand;

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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!