You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constant Modelica.SIunits.AmplitudeLevelDifference dB =20"Amplitude level difference";
1893
1894
Interfaces.ComplexInput u "Dividend if useDivisor == true"annotation (Placement(transformation(extent={{-140,40},{-100,80}}), iconTransformation(extent={{-140,40},{-100,80}})));
1894
1895
Interfaces.ComplexInput divisor if useDivisor "Divisor"annotation (Placement(transformation(extent={{-140,-80},{-100,-40}}), iconTransformation(extent={{-140,-80},{-100,-40}})));
1895
1896
Blocks.Interfaces.RealOutput abs_y "Absolute value of ratio u / divisor"annotation (Placement(transformation(extent={{-10,-10},{10,10}},
1896
1897
rotation=270,
1897
-
origin={-60,-110}), iconTransformation(
1898
+
origin={-60,-110}), iconTransformation(
1898
1899
extent={{-10,-10},{10,10}},
1899
1900
rotation=270,
1900
1901
origin={-60,-110})));
1901
1902
Blocks.Interfaces.RealOutput arg_y(unit="rad") "Angle of ratio u / divisor"annotation (Placement(transformation(extent={{-10,-10},{10,10}},
1902
1903
rotation=270,
1903
-
origin={60,-110}), iconTransformation(
1904
+
origin={60,-110}), iconTransformation(
1904
1905
extent={{-10,-10},{10,10}},
1905
1906
rotation=270,
1906
1907
origin={60,-110})));
@@ -1937,11 +1938,7 @@ An error occurs if the elements of the input <code>u</code> is zero.
0 commit comments