blockQuadraticLinear
Function that is quadratic in first argument and linear in second argument
Extends from Modelica.Blocks.Interfaces.SI2SO (2 Single Input / 1 Single Output continuous control block).
Information
Block for function quadraticLinear, which computes
y = a1 + a2 x1 + a3 x12 + (a4 + a5 x1 + a6 x12) x2
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[6] | a | Coefficients |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u1 (from SI2SO) | Connector of Real input signal 1 | |
| RealInput | u2 (from SI2SO) | Connector of Real input signal 2 | |
| RealOutput | y (from SI2SO) | Connector of Real output signal |
Revisions
-
November 29, 2013 by Marcus Fuchs:
Implementation based on Functions.quadraticLinear.