diff --git a/Noise/Examples/Actuator/ActuatorPRNGNoise.mo b/Noise/Examples/Actuator/ActuatorPRNGNoise.mo index 849b6e9..dff6f97 100644 --- a/Noise/Examples/Actuator/ActuatorPRNGNoise.mo +++ b/Noise/Examples/Actuator/ActuatorPRNGNoise.mo @@ -3,7 +3,7 @@ model ActuatorPRNGNoise extends Actuator(controller(redeclare Noise.Examples.Actuator.Parts.PRNG noiseModel)); inner GlobalSeed globalSeed - annotation (Placement(transformation(extent={{60,60},{80,80}}))); + annotation (Placement(transformation(extent={{70,70},{90,90}}))); annotation ( experiment( StopTime=8, diff --git a/Noise/Examples/Actuator/Parts/package.mo b/Noise/Examples/Actuator/Parts/package.mo index fc3a5b8..98498f8 100644 --- a/Noise/Examples/Actuator/Parts/package.mo +++ b/Noise/Examples/Actuator/Parts/package.mo @@ -1,5 +1,5 @@ within Noise.Examples.Actuator; -package Parts +package Parts annotation (Documentation(revisions="

Developed 2014 at the DLR Institute of System Dynamics and Control

", info=" diff --git a/Noise/Examples/Actuator/package.mo b/Noise/Examples/Actuator/package.mo index b597690..0370055 100644 --- a/Noise/Examples/Actuator/package.mo +++ b/Noise/Examples/Actuator/package.mo @@ -1,5 +1,5 @@ within Noise.Examples; -package Actuator +package Actuator extends Modelica.Icons.ExamplesPackage; diff --git a/Noise/Examples/Analysis.mo b/Noise/Examples/Analysis.mo index 50f54d8..d3ef17d 100644 --- a/Noise/Examples/Analysis.mo +++ b/Noise/Examples/Analysis.mo @@ -18,7 +18,7 @@ model Analysis "Shows how to analyze a noise signal" Noise.Utilities.Analysis.Corr corr annotation (Placement(transformation(extent={{20,-80},{40,-60}}))); inner Noise.GlobalSeed globalSeed - annotation (Placement(transformation(extent={{60,60},{80,80}}))); + annotation (Placement(transformation(extent={{70,70},{90,90}}))); equation connect(prng.y, mu.u) annotation (Line( points={{-59,50},{18,50}}, diff --git a/Noise/Examples/ComparePSD.mo b/Noise/Examples/ComparePSD.mo index 0f57798..9928ef1 100644 --- a/Noise/Examples/ComparePSD.mo +++ b/Noise/Examples/ComparePSD.mo @@ -19,7 +19,7 @@ model ComparePSD "Compares different PSDs" redeclare function PDF = Noise.PDF.PDF_Uniform (interval={-1,1})) annotation (Placement(transformation(extent={{-40,-50},{-20,-30}}))); inner Noise.GlobalSeed globalSeed - annotation (Placement(transformation(extent={{60,60},{80,80}}))); + annotation (Placement(transformation(extent={{70,70},{90,90}}))); annotation ( experiment(StopTime=100, Interval=0.001), Documentation(revisions=" diff --git a/Noise/Examples/CompareRNG.mo b/Noise/Examples/CompareRNG.mo index b67db53..d3bc5a5 100644 --- a/Noise/Examples/CompareRNG.mo +++ b/Noise/Examples/CompareRNG.mo @@ -22,7 +22,7 @@ model CompareRNG sampleTime=0.01) annotation (Placement(transformation(extent={{-80,70},{-60,90}}))); inner GlobalSeed globalSeed - annotation (Placement(transformation(extent={{60,68},{80,88}}))); + annotation (Placement(transformation(extent={{70,70},{90,90}}))); annotation (Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100, -100},{100,100}}), graphics={Rectangle( diff --git a/Noise/Examples/PRNG.mo b/Noise/Examples/PRNG.mo index 61da6d6..d949dca 100644 --- a/Noise/Examples/PRNG.mo +++ b/Noise/Examples/PRNG.mo @@ -4,7 +4,7 @@ model PRNG "Shows the use of the basic PRNG block" extends Modelica.Icons.Example; inner GlobalSeed globalSeed - annotation (Placement(transformation(extent={{40,40},{60,60}}))); + annotation (Placement(transformation(extent={{70,70},{90,90}}))); Noise.PRNG prng annotation (Placement(transformation(extent={{-10,-12},{10,8}}))); equation diff --git a/Noise/Examples/TestSeeding.mo b/Noise/Examples/TestSeeding.mo index 396bfb8..312ac70 100644 --- a/Noise/Examples/TestSeeding.mo +++ b/Noise/Examples/TestSeeding.mo @@ -19,7 +19,7 @@ model TestSeeding localSeed=25634) annotation (Placement(transformation(extent={{-40,0},{-20,20}}))); inner Noise.GlobalSeed globalSeed(userSeed=1446) - annotation (Placement(transformation(extent={{-80,60},{-60,80}}))); + annotation (Placement(transformation(extent={{70,70},{90,90}}))); annotation (Documentation(revisions="

Developed 2014 at the DLR Institute of System Dynamics and Control

", info="