ConstantGainAmplifier Constructor (SignalProcessor, Double, Double, Double) |
Initializes a new instance from the given signal input, amplification gain, 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 ConstantGainAmplifier(
SignalProcessor input,
double gain,
double noiseFactor,
double referenceTemperature
)
Public Sub New (
input As SignalProcessor,
gain As Double,
noiseFactor As Double,
referenceTemperature As Double
)
public:
ConstantGainAmplifier(
SignalProcessor^ input,
double gain,
double noiseFactor,
double referenceTemperature
)
new :
input : SignalProcessor *
gain : float *
noiseFactor : float *
referenceTemperature : float -> ConstantGainAmplifier
Parameters
- input
- Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The signal processor producing the signal to be amplified. - gain
- Type: SystemDouble
The gain to apply to the input signal. - noiseFactor
- Type: SystemDouble
The noise factor of the amplifier. - referenceTemperature
- Type: SystemDouble
The reference temperature of the amplifier.
See Also