Keysight 89600 VSA .NET API
InitialEqualizationEnabled Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : InitialEqualizationEnabled Property


Glossary Item Box

Gets or sets a value indicating whether to do the initial channel estimation and equalization using the known sequences.

Syntax

Visual Basic (Declaration) 
Public Overridable Property InitialEqualizationEnabled As Boolean
C# 
public virtual bool InitialEqualizationEnabled {get; set;}
C++/CLI 
public:
virtual property bool InitialEqualizationEnabled {
   bool get();
   void set (    bool value);
}

Remarks

When unknown data is included in the channel estimation, we need to demodulate the unknown data first and then use the remodulated signal(reference signal) for channel estimation. When the channel is not flat, the reference signal may not be correct. In order to enhance the performance of channel estimation, an initial channel estimation and equalization using the known sequences can be executed first.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight 89600 VSA Ver 27.40

See Also