blockPolynomialFunction
Transform the input according to a polynomial function with given coefficients
Extends from Interfaces.PartialConverters.SISO (Converter with single input and single output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The PolynomialFunction converter transforms the input signal u according to a polynomial function of degree n:
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | a | {0, 1} | Vector of coefficients (a_0, a_1, ..., a_n) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.RealInput | u (from SISO) | Input |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) |