WOLFRAM SYSTEM MODELER

TestConversionBlock

Test the conversion blocks

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.ComplexBlocks.Examples.TestConversionBlock"]
Out[1]:=

Information

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

A Complex signal is defined by its length and angle, both linearly rising with time. Plotting the imaginary part versus the real part, you will see an Archimedean spiral.

Components (4)

len

Type: Ramp

Description: Generate ramp signal

phi

Type: Ramp

Description: Generate ramp signal

polarToComplex

Type: PolarToComplex

Description: Converts polar representation to complex

complexToReal

Type: ComplexToReal

Description: Converts complex to Cartesian representation