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.2.419.0 (24.2.419.0)
Syntax public LowNoiseAmplifier(
SignalProcessor input,
double preLnaGain,
double lnaGain,
double postLnaGain,
double noiseFactor,
double referenceTemperature
)
Public Sub New (
input As SignalProcessor,
preLnaGain As Double,
lnaGain As Double,
postLnaGain As Double,
noiseFactor As Double,
referenceTemperature As Double
)
public:
LowNoiseAmplifier(
SignalProcessor^ input,
double preLnaGain,
double lnaGain,
double postLnaGain,
double noiseFactor,
double referenceTemperature
)
new :
input : SignalProcessor *
preLnaGain : float *
lnaGain : float *
postLnaGain : float *
noiseFactor : float *
referenceTemperature : float -> LowNoiseAmplifier
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