Complex Add
Output the sum of the two inputs
Description
Equations
Connections
Parameters
Modelica Standard Library
The Complex Add (or Add) component computes the scaled sum of the two complex inputs u1 and u2.
To use the complex conjugate of u1 or u2, set Use Conjugate Input 1 or Use Conjugate Input 2 to true, respectively.
A complex parameter value may be entered using the complex constructor, for example, Complex(3,4), or using I for the imaginary unit, 3+4*I. If a purely real value is entered, the real value will be converted to its complex equivalent.
y=k1⁢u1+k2⁢u2
Name
Modelica ID
u1
Complex input signal 1
u2
Complex input signal 2
y
Complex output signal
Default
Units
Use Conjugate Input 1
false
If true, use the complex conjugate of input 1
useConjugateInput1
Use Conjugate Input 2
If true, use the complex conjugate of input 2
useConjugateInput2
k1
1
Gain of upper input
k2
Gain of lower input
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Complex Math
Download Help Document