Click or drag to resize

VariableGainAmplifierBackoffPolynomial Constructor (Double)

Initializes a new instance based on the given polynomial coefficients.

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 VariableGainAmplifierBackoffPolynomial(
	params double[] coefficients
)

Parameters

coefficients
Type: SystemDouble
The coefficients of the polynomial, starting with the highest order term (P = coefficients[0]*x^(N) + coefficients[1]*x^(N-1) + ... + coefficients[N-1]*x + coefficients[N]) where N is the order of the polynomial.
See Also