| Visual Basic (Declaration) | |
|---|---|
Public Enum EqualizationMode Inherits System.Enum | |
| C# | |
|---|---|
public enum EqualizationMode : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EqualizationMode : public System.Enum | |
| Member | Description | Minimum SW Version‡ |
|---|---|---|
| LeastMeanSquares | Least Mean Squares (LMS): equalization filter is the filter that will minimize the mean square error at the symbol decision points. | — |
| TrackWithXCorrelation | TrackWithXCorrelation: the equalization impulse response is updated by the cross correlation between the error vector and the input data. | 27.00 |
| ZeroForcing | Zero-forcing: equalization filter is inversion of estimated channel response. | — |
| ‡ This is the minimum 89600 VSA software version level needed to use this enum member. | ||
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)