Keysight Pathwave 89600 VSA .NET API
ArbitraryCoefficients Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MulticarrierFilter Class : ArbitraryCoefficients Property


Glossary Item Box

Gets or sets the multi-carrier filter coefficients.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ArbitraryCoefficients As Single()
C# 
public abstract float[] ArbitraryCoefficients {get; set;}
C++/CLI 
public:
abstract property array<float>^ ArbitraryCoefficients {
   array<float>^ get();
   void set (    array<float>^ value);
}

Property Value

The default value is a single coefficient equal to 1.

Remarks

The values are the entire two-sided impulse response coefficients. The sample frequency of these coefficients is given by ArbitraryCoefficientsSampleRatio.

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 21.00

See Also