modelAnalysis
Shows how to analyze a noise signal
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example uses some simple analysis block to analyse the mean and variance of the generated random numbers. You can used it to check the quality of a parametrization of the PRNG block.
The generated values should satisfy some general quality measures:
- They should match your selected distribution.
- They should be uncorrelated for different seeds and time lags, respectively.
- ...
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Noise.PRNG | prng | ||
| Noise.Utilities.Analysis.Mu | mu | ||
| Noise.Utilities.Analysis.Var | var | ||
| Noise.Utilities.Analysis.Std | std | ||
| Noise.Utilities.Analysis.Corr | corr |
Revisions
Developed 2014 at the DLR Institute of System Dynamics and Control