Keysight Pathwave 89600 VSA .NET API
EqualizationMode Enumeration
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace : EqualizationMode Enumeration


Glossary Item Box

Determines which mode to use when computing the equalizing filter.

Syntax

Visual Basic (Declaration) 
Public Enum EqualizationMode 
   Inherits System.Enum
C# 
public enum EqualizationMode : System.Enum 
C++/CLI 
public enum class EqualizationMode : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
LeastMeanSquaresLeast Mean Squares (LMS): equalization filter is the filter that will minimize the mean square error at the symbol decision points.
TrackWithXCorrelationTrackWithXCorrelation: the equalization impulse response is updated by the cross correlation between the error vector and the input data.27.00
ZeroForcingZero-forcing: equalization filter is inversion of estimated channel response.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also