Complex Sum
Output the sum of the elements of the input vector
Description
Equations
Connections
Parameters
Modelica Standard Library
The Complex Sum (or Sum) component computes the scaled sum of the elements of the input signal vector u.
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=∑i=1nki⁢ui
Name
Modelica ID
u
Complex input signals
y
Complex output signal
Default
Units
n
1
Number of inputs
nin
k
fill⁡1,nin
sum coefficients
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