Visual Basic (Declaration) | |
---|---|
Public MustOverride Property TrackMode As TrackMode |
C# | |
---|---|
public abstract TrackMode TrackMode {get; set;} |
C++/CLI | |
---|---|
public: abstract property TrackMode TrackMode { TrackMode get(); void set ( TrackMode value); } |
Property Value
The default value is TrackMode.PostEqualizer.This specifies whether pilot tracking takes place before or after the application of the MIMO channel equalizer. The optimal choice depends on the origin of phase noise in the input signal. If most of the phase noise comes from the physical channel or the receiver PLL, then TrackMode.PreEqualizer will allow pilot tracking to do a better job tracking phase drift. If most of the phase noise comes from the transmitter and the transmitter uses no spatial spreading, TrackMode.PostEqualizer will allow pilot tracking to do a better job tracking phase drift.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)