blockPolynomial
Polynomial function
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
This block computes a polynomial of arbitrary order. The polynomial has the form
y = a1 + a2 x + a3 x2 + ...
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | a | Coefficients |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |
Revisions
-
September 21, 2021, by Michael Wetter:
Renamed class to correct typo in class name.
This is for IBPSA, #1524. -
November 28, 2013, by Marcus Fuchs:
First implementation.