blockComplexToPolar
Converts complex to polar 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 len (length, absolute) and phi (angle, argument).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useConjugateInput | false | If true, input is processed conjugate complex |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.RealOutput | len | ||
| Blocks.Interfaces.RealOutput | phi | ||
| Interfaces.ComplexInput | u |