CommunicationObjectScalarUseLogarithmicSampling Property |
Gets or sets a value indicating whether this scalar's values will be converted to a logarithmic scale
when performing sampling for access calculations. Most communication scalars span an extremely large
range of values, especially for wireless communications over large distances. In order to avoid
comparing values above one with values very near zero, the logarithmic scale gives a better means of
analyzing the behavior of the function without running into numerical issue with floating point numbers.
This value is set by its derived classes and in most cases is set to false by default. The notable
exception is the
ScalarBitErrorRateTModulation, which has a range of value from zero to one and
therefore does not use a logarithmic scale.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseLogarithmicSampling { get; protected set; }
Public Property UseLogarithmicSampling As Boolean
Get
Protected Set
public:
property bool UseLogarithmicSampling {
bool get ();
protected: void set (bool value);
}
member UseLogarithmicSampling : bool with get, set
Property Value
Type:
BooleanSee Also