Visual Basic (Declaration) | |
---|---|
Public MustOverride Property EqualizerMode As EqualizerMode |
C# | |
---|---|
public abstract EqualizerMode EqualizerMode {get; set;} |
C++/CLI | |
---|---|
public: abstract property EqualizerMode EqualizerMode { EqualizerMode get(); void set ( EqualizerMode 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)