Visual Basic (Declaration) | |
---|---|
Public MustOverride Property GuardInterval As Double |
C# | |
---|---|
public abstract double GuardInterval {get; set;} |
Property Value
The default value is 1/4. The maximum value is 1, and the minimum is 0.This property is used only if GuardIntervalSelection is set to GuardIntervalSelection.Manual. In this case, it specifies the guard interval (cyclic prefix) of the input signal. To property demodulate a signal, this value must match the guard interval used by the transmitter. Normally, this would be one of the three values supported by the IEEE 802.11n/ac/ax/be standards: 1/4, or 1/8 or 1/16.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)