Click or drag to resize

SimpleReceiverNoiseFactor Property

Gets or sets the noise factor for the amplifier, representing the ratio of the NoiseTemperature to ReferenceTemperature plus 1 (i.e. NoiseFactor = NoiseTemperature/ReferenceTemperature + 1).

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double NoiseFactor { get; set; }

Property Value

Type: Double
Remarks
The NoiseFactor defines how much noise the amplifier has. A NoiseFactor of 1.0 indicates the Amplifier has no noise. A NoiseFactor of 2 indicates a NoiseTemperature equal to the ReferenceTemperature. The default value is 1.0.
See Also