Visual Basic (Declaration) | |
---|---|
Public MustOverride Property EqualizerControl As EqualizerControl |
C# | |
---|---|
public abstract EqualizerControl EqualizerControl {get; set;} |
C++/CLI | |
---|---|
public: abstract property EqualizerControl EqualizerControl { EqualizerControl get(); void set ( EqualizerControl value); } |
Property Value
The default value isWhen set to EqualizerTraining.Pilots, the OFDM equalizer is initialized ("trained") using the Continuous Pilots, Scattered Pilots, and PLC.
When set to EqualizerTraining.PilotsData, the OFDM equalizer is trained using the data subcarriers as well as pilots and PLC.
The advantage of EqualizerTraining.PreamblePilotsData is it usually gives a more accurate estimate of the channel response, so it results in lower EVM. The advantage of EqualizerTraining.PreamblePilots is that it is not affected by incorrect symbol decisions in the data (which can happen at lower SNR or or higher modulation orders).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)