WOLFRAM SYSTEM MODELER
LinearDependencyOutput a linear combination of the two inputs |
SystemModel["Modelica.Blocks.Math.LinearDependency"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Determine the linear combination of the two inputs: y = y0 + k1*u1 + k2*u2
y0 |
Value: 0 Type: Real Description: Initial value |
---|---|
k1 |
Value: 0 Type: Real Description: Gain of u1 |
k2 |
Value: 0 Type: Real Description: Gain of u2 |
u1 |
Type: RealInput Description: Connector of Real input signal 1 |
|
---|---|---|
u2 |
Type: RealInput Description: Connector of Real input signal 2 |
|
y |
Type: RealOutput Description: Connector of Real output signal |
Modelica.Blocks.Examples Demonstrates the usage of blocks from Modelica.Blocks.Math |