blockComplexMI2MO
2 Multiple Input / Multiple Output continuous control block
Extends from Modelica.ComplexBlocks.Icons.ComplexBlock (Basic graphical layout of Complex input/output block).
Information
Block has two continuous Complex input vectors u1 and u2 and one continuous Complex output vector y. All vectors have the same number of elements.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 1 | Dimension of input and output vectors. |
| Boolean[n] | useConjugateInput1 | fill(false, n) | If true, inputs 1 are processed conjugate complex |
| Boolean[n] | useConjugateInput2 | fill(false, n) | If true, inputs 2 are processed conjugate complex |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ComplexInput[n] | u1 | Connector 1 of Complex input signals | |
| ComplexInput[n] | u2 | Connector 2 of Complex input signals | |
| ComplexOutput[n] | y | Connector of Complex output signals |