Click or drag to resize

LowNoiseAmplifier Properties

The LowNoiseAmplifier type exposes the following members.

Properties
  NameDescription
Public propertyInputSignalProcessor
Gets or sets the signal processor which produces the set of signals which this processor modifies.
(Overrides SignalProcessorInputSignalProcessor.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyLnaGain
Gets or sets the gain to apply to the input signal.
Public propertyLnaInputGain
Gets or sets the gain applied before the signal is amplified. Typically due to cabling from the antenna to the LNA. Note that if this is a loss, the Gain should be less than 1.
Public propertyLnaOutputGain
Gets or sets the gain applied after the signal has been amplified. Typically due to cabling from the LNA to the receiver. Note that if this is a loss, the LnaOutputGain should be less than 1.
Public propertyNoiseFactor
Gets or sets the noise factor representing the ratio of the NoiseTemperature to ReferenceTemperature plus 1 (i.e. NoiseFactor = NoiseTemperature/ReferenceTemperature + 1).
(Overrides AmplifierNoiseFactor.)
Public propertyNoiseTemperature
Gets the system noise temperature calculated from the different gain values, the NoiseFactor and the ReferenceTemperature.
(Overrides AmplifierNoiseTemperature.)
Public propertyReferenceTemperature
Gets or sets the amplifier's operating temperature. Note that this temperature is used for both the input and output.
(Overrides AmplifierReferenceTemperature.)
Public propertySignalOutput
Gets the signal processor representing the output of the service provider.
(Inherited from SignalProcessor.)
Top
See Also