Click or drag to resize

VariableGainAmplifierBackoffPolynomialEvaluate Method (Double)

Evaluate the backoff polynomial given the normalized input power.

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 override double Evaluate(
	double x
)

Parameters

x
Type: SystemDouble
The input power normalized by the input saturation point.

Return Value

Type: Double
The value of the polynomial evaluated at x.
See Also