Click or drag to resize

LinkBudgetScalars Class

Defines a link budget over time.
Inheritance Hierarchy

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 LinkBudgetScalars

The LinkBudgetScalars type exposes the following members.

Constructors
  NameDescription
Public methodLinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRateDigitalModulation, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensityDigitalModulation, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity)
Initializes a new instance.
Public methodLinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRateDigitalModulation, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensityDigitalModulation, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity, String)
Initializes a new instance.
Public methodLinkBudgetScalars(ScalarAntennaGainInLinkDirection, ScalarAntennaGainInLinkDirection, ScalarBitErrorRateDigitalModulation, ScalarCarrierToInterference, ScalarCarrierToNoise, ScalarCarrierToNoiseDensity, ScalarCarrierToNoisePlusInterference, ScalarEffectiveIsotropicRadiatedPower, ScalarEnergyPerBitToNoiseDensityDigitalModulation, ScalarPowerAtReceiverOutput, ScalarPropagationLoss, ScalarReceivedIsotropicPower, ScalarReceivedPowerFluxDensity, String, ListScalarPropagationLoss)
Initializes a new instance.
Top
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 propertyLinkName
Gets the name of the link producing these scalars, if available.
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 propagation model, 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 that represents the current object.
(Inherited from Object.)
Top
See Also