WOLFRAM SYSTEMMODELER

SquaretimesSign

Output the product of a gain matrix with the input signal vector

Wolfram Language

In[1]:=
Click for copyable input
SystemModel["PlanarMechanics.Utilities.SquaretimesSign"]
Out[1]:=

Information

This blocks computes output vector y as product of the gain matrix K with the input signal vector u:

    y = K * u;

Example:

   parameter: K = [0.12 2; 3 1.5]

   results in the following equations:

     | y[1] |     | 0.12  2.00 |   | u[1] |
     |      |  =  |            | * |      |
     | y[2] |     | 3.00  1.50 |   | u[2] |

Public Parameters (3)

nin

Value: blockSize

Type: Integer

Description: Number of inputs

nout

Value: blockSize

Type: Integer

Description: Number of outputs

blockSize

Value:

Type: Integer

Connectors (2)

u

Type: RealInput[nin]

Description: Connector of Real input signals

y

Type: RealOutput[nout]

Description: Connector of Real output signals

Used in Components (1)

QuadraticSpeedDependantForce

PlanarMechanics.Sources

External force and torque acting at frame_b, defined by 3 input signals and resolved in world frame