functionPSD_WhiteNoise
Unmodified white noise with constant power spectral density
Extends from Noise.Utilities.Interfaces.PSD (The basic interface for a power spectral density function).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Time | instance (from InputOutput) | The current time for an arithmetic random number generator | |
| Integer | states_in (from InputOutput) | The discrete states for a recursive random number generator | |
| Modelica.SIunits.Time | t (from PSD) | The current value of the internal simulation time | |
| Modelica.SIunits.Period | dt (from PSD) | The intended period of the raw random number | |
| Modelica.SIunits.Time | t_last (from PSD) | The last time a random number was generated |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rand_hold (from PSD) | The raw random number | |
| Real | rand (from InputOutput) | The random number with a uniform distribution on the interval [1,0] | |
| Integer | states_out (from InputOutput) | The new states of a recursive random number generator |
Revisions
Developed 2014 at the DLR Institute of System Dynamics and Control