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


Glossary Item Box

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

Syntax

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

Property Value

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

Remarks

The per layer equalization moving average filter smoothing function is based on annex H.6 of 3GPP 38.141-1 (gNB Conformance Test, Post-FFT 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 EqualizerTrainingSignalBasis.

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 24.00

See Also