Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub SetGuardIntervalPerSymbol( _ ByVal ParamArray guardIntervalPerSymbol() As Single _ ) |
C# | |
---|---|
public abstract void SetGuardIntervalPerSymbol( params float[] guardIntervalPerSymbol ) |
C++/CLI | |
---|---|
public: abstract void SetGuardIntervalPerSymbol( ... array<float>^ guardIntervalPerSymbol ) |
Parameters
- guardIntervalPerSymbol
- integer array, one value per symbol
If the size of the array is less than the result length, processing loops back to the symbol number specified by GuardIntervalRepeatIndex.
When the ModulationScheme is set to ModulationScheme.Fbmc, this property is ignored, because FBMC does not use a cyclic prefix.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)