Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsEqualizerUsePreamble As Boolean |
C# | |
---|---|
public abstract bool IsEqualizerUsePreamble {get; set;} |
C++/CLI | |
---|---|
public: abstract property bool IsEqualizerUsePreamble { bool get(); void set ( bool value); } |
Property Value
The default value is true.When set to true, preamble subcarriers are included when initializing ("training") the OFDM equalizer.
Equalizer training uses all symbols in the ResultLength, not just those defined by MeasurementInterval and MeasurementOffset. This is so that the MeasurementInterval and MeasurementOffset can be changed to display parts of the signal, without also changing the equalizer.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)