Click or drag to resize

LowNoiseAmplifier Constructor (SignalProcessor, Double, Double, Double, Double, Double)

Initializes a new instance from the given signal input, amplification gains, noise factor, and reference temperature.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LowNoiseAmplifier(
	SignalProcessor input,
	double preLnaGain,
	double lnaGain,
	double postLnaGain,
	double noiseFactor,
	double referenceTemperature
)

Parameters

input
Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The signal processor producing the signal to be amplified.
preLnaGain
Type: SystemDouble
The gain applied before the signal is amplified.
lnaGain
Type: SystemDouble
The gain applied by the amplifier.
postLnaGain
Type: SystemDouble
The gain applied after the signal is amplified.
noiseFactor
Type: SystemDouble
The noise factor of the amplifier.
referenceTemperature
Type: SystemDouble
The reference temperature of the amplifier.
See Also