Click or drag to resize

ScalarNoisePlusInterference Properties

The ScalarNoisePlusInterference type exposes the following members.

Properties
  NameDescription
Public propertyCommunicationObject
Gets or sets the object which provides the services needed to compute this scalar.
(Inherited from CommunicationObjectScalar.)
Public propertyIntendedSignalStrategy
Gets or sets the strategy used to identify the signal to be used when computing this scalar.
(Inherited from CommunicationObjectScalar.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyPropagationGraph
Gets or sets the graph of communication links used to propagate signals.
(Inherited from CommunicationObjectScalar.)
Public propertyUseLogarithmicSampling
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.
(Inherited from CommunicationObjectScalar.)
Top
See Also