Gets or sets the per-subcarrier PBCH scale factor in dB.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property PbchScaleFactor As Double |
| C# | |
|---|
public abstract double PbchScaleFactor {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double PbchScaleFactor {
double get();
void set ( double value);
} |
Property Value
The default value is 0 dB. The minimum value is -20 dB and the maximum is 20 dB
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also