Complex Gain
Output the product of a gain value with the input signal
Description
Equations
Connections
Parameters
Modelica Standard Library
The Complex Gain (or Gain) component scales the complex input u by a complex gain k.
To use the complex conjugate of u, set Use Conjugate Input to true.
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=k⁢u
Name
Modelica ID
u
Input signal connector
y
Output signal connector
Default
Units
k
1
Complex gain
Use Conjugate Input
false
If true, use the complex conjugate of the input
useConjugateInput
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