Click or drag to resize

VariableGainAmplifierBackoffCurvesList Property

Gets the list of back-off curves.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<VariableGainAmplifierBackoffCurves> BackoffCurvesList { get; }

Property Value

Type: IListVariableGainAmplifierBackoffCurves
Remarks
The index of this list represents the number of carriers at the input of the amplifier. For example, if there are two carriers present at the input of the amplifier, the set of curves at the second index of the list will be used to compute the amplifier back-off and intermodulation noise. If the number of carriers present at the input of the amplifier is greater than the list length, the last set of back-off curves will be used to compute the amplifier back-off and intermodulation noise. If the input back-off/carrier to noise spectral density (IBO/(C/(No)Im)) curve is null, intermodulation noise is not added to the carrier.
See Also