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.The guard interval is called "G" in the IEEE 802.16-2004 standard. To property demodulate a signal, this value must match the guard interval used by the transmitter. Normally, this would be one of the four values supported by the IEEE 802.16-2004 standard: 1/4, 1/8, 1/16, or 1/32.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)