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


Glossary Item Box

Gets or sets the frequency-domain FBMC filter coefficients.

Syntax

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

Property Value

The default value is approximately [1.0, 0.972, 0.707, 0.235].

Remarks

These values contain only the top half of the frequency-domain coefficients, starting at the center frequency. The number of coefficients is constrained to be equal to the FilterOverlapFactor.

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