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.2.419.0 (24.2.419.0)
Syntax public VariableGainAmplifierBackoffPolynomial(
RealPolynomial polynomial
)
Public Sub New (
polynomial As RealPolynomial
)
public:
VariableGainAmplifierBackoffPolynomial(
RealPolynomial^ polynomial
)
new :
polynomial : RealPolynomial -> VariableGainAmplifierBackoffPolynomial
Parameters
- polynomial
- Type: AGI.Foundation.NumericalMethods.AdvancedRealPolynomial
The real valued polynomial to use as the backoff function.
See Also