Click or drag to resize

VariableGainAmplifierBackoffCurves Constructor (FunctionDouble, Double, FunctionDouble, Double)

Initializes an instance with a given input back-off/output back-off (IBO/OBO) curve and input back-off/carrier to intermodulation noise spectral density (IBO/(C/No)Im) 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 VariableGainAmplifierBackoffCurves(
	Function<double, double> iboOboCurve,
	Function<double, double> iboCarrierToImCurve
)

Parameters

iboOboCurve
Type: AGI.FoundationFunctionDouble, Double
A function representing the input back-off/output back-off (IBO/OBO) curve.
iboCarrierToImCurve
Type: AGI.FoundationFunctionDouble, Double
A function representing the input back-off/carrier to intermodulation noise spectral density (IBO/(C/No)Im) curve.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the iboOboCurve is null. (iboCarrierToImCurve can be null without throwing an exception).
See Also