Gets or sets the number of samples per symbol to use when calculating impulse response and affects other metrics such as symbol clock error estimation.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property SamplesPerSymbol As Integer |
C# | |
---|
public abstract int SamplesPerSymbol {get; set;} |
C++/CLI | |
---|
public:
abstract property int SamplesPerSymbol {
int get();
void set ( int value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also