Click or drag to resize

VariableGainAmplifierBackoffPolynomial Constructor (RealPolynomial)

Initialize a new instance based on the given polynomial.

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(
	RealPolynomial polynomial
)

Parameters

polynomial
Type: AGI.Foundation.NumericalMethods.AdvancedRealPolynomial
The real valued polynomial to use as the backoff function.
See Also