Click or drag to resize

VariableGainAmplifierBackoffCurvesIboOboCurve Property

Gets a function which represents the input back-off/output back-off (IBO/OBO) curve.

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 Function<double, double> IboOboCurve { get; }

Property Value

Type: FunctionDouble, Double
Remarks

The below figure shows the typical variation of output back-off (OBO) as a function of input back-off (IBO), for single carrier and multi-carrier operation. The variable gain amplifier will evaluate this function for a computed IBO, in order to the determine the amplifier OBO. The model defines IBO as the carrier power at the input of the amplifier normalized by the saturation input power (Pi/Pisat). OBO is defined as carrier power at the output of the amplifier normalized by the saturation output power (Po/Posat).

See Also