AmplifierNoiseFactor Property |
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 virtual double NoiseFactor { get; set; }
Public Overridable Property NoiseFactor As Double
Get
Set
public:
virtual property double NoiseFactor {
double get ();
void set (double value);
}
abstract NoiseFactor : float with get, set
override NoiseFactor : float with get, set
Property Value
Type:
DoubleRemarks
The
NoiseFactor defines how much noise the amplifier has. A
NoiseFactor of 1.0
indicates the
Amplifier has no noise. A
NoiseFactor of 2 indicates a
NoiseTemperature equal to the
ReferenceTemperature.
The default value is 1.0.
See Also