blockComplexToReal
Converts complex to Cartesian representation
Extends from Modelica.ComplexBlocks.Icons.ComplexBlock (Basic graphical layout of Complex input/output block).
Information
Converts the Complex input u to the Real outputs re (real part) and im (imaginary part).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useConjugateInput | false | If true, input is processed conjugate complex |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.RealOutput | re | ||
| Blocks.Interfaces.RealOutput | im | ||
| Interfaces.ComplexInput | u |