WOLFRAM SYSTEM MODELER

ComplexToPolar

Converts complex to polar representation

Wolfram Language

In[1]:=
SystemModel["Modelica.ComplexBlocks.ComplexMath.ComplexToPolar"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Converts the Complex input u to the Real outputs len (length, absolute) and phi (angle, argument).

Parameters (1)

useConjugateInput

Value: false

Type: Boolean

Description: If true, input is processed conjugate complex

Connectors (3)

len

Type: RealOutput

Description: 'output Real' as connector

phi

Type: RealOutput

Description: 'output Real' as connector

u

Type: ComplexInput

Description: 'input Complex' as connector

Used in Examples (9)

ShowTransferFunction

Modelica.ComplexBlocks.Examples

Test Complex Transfer Function Block

SeriesResonance

Modelica.Electrical.QuasiStatic.SinglePhase.Examples

Series resonance circuit

ParallelResonance

Modelica.Electrical.QuasiStatic.SinglePhase.Examples

Parallel resonance circuit

Rectifier

Modelica.Electrical.QuasiStatic.SinglePhase.Examples

Rectifier example

TransformerTestbench

Modelica.Electrical.QuasiStatic.Machines.Examples

Transformer test bench

BalancingStar

Modelica.Electrical.QuasiStatic.Polyphase.Examples

Balancing an unsymmetrical star-connected load

BalancingDelta

Modelica.Electrical.QuasiStatic.Polyphase.Examples

Balancing an unsymmetrical delta-connected load

LinearInductor

Modelica.Magnetic.QuasiStatic.FluxTubes.Examples

Linear inductor with ferromagnetic core

NonLinearInductor

Modelica.Magnetic.QuasiStatic.FluxTubes.Examples

Non linear inductor with ferromagnetic core

Used in Components (1)

Bode

Modelica.ComplexBlocks.ComplexMath

Calculate quantities to plot Bode diagram