Click or drag to resize

LinkBudget Class

Defines a link budget at a single instance in time.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CommunicationsLinkBudget

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class LinkBudget

The LinkBudget type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBitErrorRate
Gets the bit error rate.
Public propertyCarrierToInterference
Gets the carrier to interference ratio.
Public propertyCarrierToNoise
Gets the carrier to noise ratio.
Public propertyCarrierToNoiseDensity
Gets the carrier to noise density.
Public propertyCarrierToNoisePlusInterference
Gets the carrier to noise plus interference ratio.
Public propertyEffectiveIsotropicRadiatedPower
Gets the effective isotropic radiated power.
Public propertyEnergyPerBitToNoiseDensity
Gets the energy per bit to noise density.
Public propertyPowerAtReceiverOutput
Gets the power at receiver output.
Public propertyPropagationLoss
Gets the amount of propagation loss.
Public propertyPropagationLossPerModel
Gets the amount of propagation loss per SignalPropagationModel, if available.
Public propertyReceivedIsotropicPower
Gets the received isotropic power.
Public propertyReceivedPowerFluxDensity
Gets the received power flux density.
Public propertyReceiverAntennaGainInLinkDirection
Gets the receiver antenna gain in the link direction.
Public propertyTransmitterAntennaGainInLinkDirection
Gets the transmitter antenna gain in the link direction.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string which represents the current LinkBudget.
(Overrides ObjectToString.)
Top
See Also