Click or drag to resize

Amplifier Constructor (Double, Double)

Initializes a new instance from the given 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
protected Amplifier(
	double noiseFactor,
	double referenceTemperature
)

Parameters

noiseFactor
Type: SystemDouble
The noise factor of the amplifier.
referenceTemperature
Type: SystemDouble
The reference temperature of the amplifier, in kelvin.
See Also