Visual Basic (Declaration) | |
---|---|
Public MustOverride Property ResourceRepeatIndex As Integer |
C# | |
---|---|
public abstract int ResourceRepeatIndex {get; set;} |
Property Value
The default value is 0. The minimum value is zero.When using values in the ResourceMap or ResourceModulation arrays, the analyzer needs enough values for the number of used subcarriers (FftLength - GuardLowerSubcarriers - GuardUpperSubcarriers) times the ResultLength. If these arrays are shorter than that, the ResourceRepeatIndex specifies where to loop back to in the array after the end is reached.
The value is specified in terms of symbol number. As an example, a value of zero means that the analyzer loops back to the beginning of the array, while a value of one means that the analyzer loops back to entry number (FftLength - GuardLowerSubcarriers - GuardUpperSubcarriers) in the array.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)