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 specifies the cyclic prefix guard interval of the input signal. To property demodulate a signal, this value must match the cyclic prefix guard interval used by the transmitter. This property is just a short-cut for setting or getting the first element of the SetGuardIntervalPerSymbol array.
When the ModulationScheme is set to ModulationScheme.Fbmc, this property is ignored, because FBMC does not use a cyclic prefix guard interval.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)