Click or drag to resize

VariableGainAmplifierBackoffCurves Constructor (FunctionDouble, Double)

Initializes an instance with a given input back-off/output back-off (IBO/OBO) curve. The input back-off/carrier to intermodulation noise spectral density (IBO/(C/No)Im) curve is set to .

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 VariableGainAmplifierBackoffCurves(
	Function<double, double> iboOboCurve
)

Parameters

iboOboCurve
Type: AGI.FoundationFunctionDouble, Double
A function representing the input back-off/output back-off (IBO/OBO) curve.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the iboOboCurve is null.
See Also