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


Glossary Item Box

Gets or sets the time-domain windowing between symbols.

Syntax

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

Property Value

The default value is 0.005. The maximum value is 1, and the minimum is 0.

Remarks

This property specifies how much time-domain windowing the transmitter used between symbols. Normally, a transmitter will do this windowing to smooth the discontinuity between OFDM symbols, to reduce the spectral leakage outside the nominal signal bandwidth. This is a unitless value, not a percent, and is specified as a fraction of the FFT length.

When the ModulationScheme is set to ModulationScheme.Fbmc, this property is ignored.

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 29.00

See Also