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


Glossary Item Box

Gets or sets the length of the triangular moving average used for smoothing the channel frequency response.

Syntax

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

Property Value

The default value is 5. The minimum value is 3, and the maximum is determined by number of subcarriers used by the current setting of FftLength or FftLengthHE, depending on the standard. The value is in units of subcarriers.

Remarks

This property is ignored unless ChannelInterpolationFilter = ChannelInterpolationFilter.Triangular. Smoothing is done in the frequency domain, using a simple triangular moving average.

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 25.40

See Also