WOLFRAM SYSTEM MODELER

ComplexMISO

Multiple Input Single Output continuous control block

Wolfram Language

In[1]:=
SystemModel["Modelica.ComplexBlocks.Interfaces.ComplexMISO"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Block has a vector of continuous Complex input signals and one continuous Complex output signal.

Parameters (2)

nin

Value: 1

Type: Integer

Description: Number of inputs

useConjugateInput

Value: fill(false, nin)

Type: Boolean[nin]

Description: If true, inputs are processed conjugate complex

Connectors (2)

u

Type: ComplexInput[nin]

Description: Connector of Complex input signals

y

Type: ComplexOutput

Description: Connector of Complex output signal

Components (1)

uInternal

Type: Complex[nin]

Description: Equals either u or conjugate complex input u if useComplexInput = true

Extended by (2)

Extractor

Modelica.ComplexBlocks.Routing

Extract scalar signal out of signal vector dependent on IntegerRealInput index

Sum

Modelica.ComplexBlocks.ComplexMath

Output the sum of the elements of the input vector