Keysight Pathwave 89600 VSA .NET API
MimoEqualizerTrainingMovingAverageLength Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : MimoEqualizerTrainingMovingAverageLength Property


Glossary Item Box

Gets or sets the MIMO equalization frequency moving average filter length in RS subcarriers.

Syntax

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

Property Value

The default value is 7. The minimum value is 1 and the maximum value is 4095. Only odd values are allowed.

Remarks

The MIMO equalization moving average filter smoothing function is based on annex E.8.2 of 3GPP 38.521-1 (UE Conformance Test, MIMO Equalization), for purposes of conformance test compatibility. The actual frequency width of this smoothing function will vary based on what subcarriers are included in the equalization (RS, RS+Data) and on the RB that are allocated within the signal. The definition is based upon usage of reference subcarriers (RS), although the generalized implementation used by this measurement supports using data subcarriers as well when EqualizerTrainingSignalBasis.RSAndData is selected for MimoEqualizerTrainingTimeBasis.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.40

See Also