functionPSD
The basic interface for a power spectral density function
Extends from Icons.PSD (Icon for PSD), Interfaces.InputOutput (The basic interface for inputs and outputs of a random number generator 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 | The current value of the internal simulation time | |
| Modelica.SIunits.Period | dt | The intended period of the raw random number | |
| Modelica.SIunits.Time | t_last | The last time a random number was generated |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rand_hold | 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 |
Contents
| Name | Description |
|---|---|
Revisions
Developed 2014 at the DLR Institute of System Dynamics and Control