Gets or sets where within the cyclic prefix IFFT begins as a percentage of the IFFT duration.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property SymbolTimeAdjustment As Double |
C# | |
---|
public abstract double SymbolTimeAdjustment {get; set;} |
C++/CLI | |
---|
public:
abstract property double SymbolTimeAdjustment {
double get();
void set ( double value);
} |
Property Value
The default value is -3.125
. The maximum value is 0 and the minimum value is -25 %.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also