Visual Basic (Declaration) | |
---|---|
Public MustOverride Property EqualizerAveragingMode As EqualizerAveragingMode |
C# | |
---|---|
public abstract EqualizerAveragingMode EqualizerAveragingMode {get; set;} |
C++/CLI | |
---|---|
public: abstract property EqualizerAveragingMode EqualizerAveragingMode { EqualizerAveragingMode get(); void set ( EqualizerAveragingMode value); } |
Property Value
The default value is EqualizerMode.EqualWeight.If the only signal impairment is additive white gaussian noise, EqualizerMode.LeastSquares should result in the best estimate of channel response, and therefore the lowest EVM for the measurement. However, other signal impairments may make EqualizerMode.EqualWeight work better than EqualizerMode.LeastSquares.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)