diff --git a/Modelica/ComplexBlocks.mo b/Modelica/ComplexBlocks.mo index 7ab0776ad2..d395eee378 100644 --- a/Modelica/ComplexBlocks.mo +++ b/Modelica/ComplexBlocks.mo @@ -122,8 +122,8 @@ Plotting the imaginary part versus the real part, you will see an Archimedean sp connect(transferFunction.y, complexToPolar.u) annotation (Line(points={{-19,0},{-2,0}}, color={85,170,255})); annotation ( - experiment(StopTime=1, Interval=0.001), -Documentation(info=" + experiment(StopTime=1, Interval=0.001), Documentation(info= + "

This example shows the response of a PT2 defined by its transfer function

             1
@@ -1988,7 +1988,7 @@ zero or negative.
             extent={{-90,-90},{90,-10}},
               textString="a(jw)")}), Documentation(info="
 

-The complex input u is multiplied by the complex transfer function (depending on frequncy input w) to obtain the complex output y (nb = dimension of b, na = dimension of a): +The complex input u is multiplied by the complex transfer function (depending on frequency input w) to obtain the complex output y (nb = dimension of b, na = dimension of a):

            b[1]*(jw)^[nb-1] + b[2]*(jw)^[nb-2] + ... + b[nb]
diff --git a/Modelica/package.mo b/Modelica/package.mo
index 4794151e44..bda4935f2e 100644
--- a/Modelica/package.mo
+++ b/Modelica/package.mo
@@ -2433,6 +2433,18 @@ to existing libraries:
BandLimitedWhiteNoise Noise generator to produce band-limited white noise with normal distribution +Modelica.ComplexBlocks.Examples +ShowTransferFunction + Example to demonstrate the usage of the block TransferFunction. + +Modelica.ComplexBlocks.ComplexMath +TransferFunction + This block allows to define a complex transfer function (depending on frequency input w) to obtain the complex output y. + +Modelica.ComplexBlocks.Sources +LogFrequencySweep + The logarithm of w performs a linear ramp from log10(wMin) to log10(wMax), the output is the decimal power of this logarithmic ramp. + Modelica.Mechanics.Rotational.Components. ElastoBacklash2 Alternative model of backlash. The difference to the existing ElastoBacklash