WOLFRAM SYSTEM MODELER

ComplexSI2SO

2 Single Input / 1 Single Output continuous control block

Wolfram Language

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

Information

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

Block has two continuous Complex input signals u1 and u2 and one continuous Complex output signal y.

Parameters (2)

useConjugateInput1

Value: false

Type: Boolean

Description: If true, input 1 is processed conjugate complex

useConjugateInput2

Value: false

Type: Boolean

Description: If true, input 2 is processed conjugate complex

Connectors (3)

u1

Type: ComplexInput

Description: Connector of Complex input signal 1

u2

Type: ComplexInput

Description: Connector of Complex input signal 2

y

Type: ComplexOutput

Description: Connector of Complex output signal

Components (2)

u1Internal

Type: Complex

Description: Equals either u1 or conjugate complex input u1 if useComplexInput1 = true

u2Internal

Type: Complex

Description: Equals either u2 or conjugate complex input u2 if useComplexInput2 = true

Extended by (3)

Division

Modelica.ComplexBlocks.ComplexMath

Output first input divided by second input

Product

Modelica.ComplexBlocks.ComplexMath

Output product of the two inputs

Add

Modelica.ComplexBlocks.ComplexMath

Output the sum of the two inputs