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
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