Click or drag to resize

RadioFrequencyAntennaSignalProcessor Constructor (IReceivingAntennaExtension<RadioFrequencyGainPattern>, Double)

Initializes a new instance with the supplied noise temperature and RadioFrequencyGainPattern.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public RadioFrequencyAntennaSignalProcessor(
	IReceivingAntennaExtension<RadioFrequencyGainPattern> receivingAntennaExtension,
	double noiseTemperature
)

Parameters

receivingAntennaExtension
Type: AGI.Foundation.Communications.Antennas.IReceivingAntennaExtension<RadioFrequencyGainPattern>
The parent receiving antenna extension.
noiseTemperature
Type: System.Double
The antenna noise temperature, in kelvin.
See Also