Click or drag to resize

RadioFrequencyReceivingAntennaExtension Constructor (RadioFrequencyGainPattern, Double, PolarizationSource)

Initialize a new instance based on the given gain pattern and antenna noise.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RadioFrequencyReceivingAntennaExtension(
	RadioFrequencyGainPattern antennaGainPattern,
	double antennaNoise,
	PolarizationSource polarizationSource
)

Parameters

antennaGainPattern
Type: AGI.Foundation.Communications.AntennasRadioFrequencyGainPattern
The gain pattern to apply to incoming signals based on the angle off of the boresight (z-axis) of the parent object's Axes.
antennaNoise
Type: SystemDouble
The equivalent noise temperature, in kelvin, to add to the signal after applying the antenna gain.
polarizationSource
Type: AGI.Foundation.CommunicationsPolarizationSource
The polarization source for modeling polarization efficiency.
See Also