blockImpureRandom
Block generating random numbers with the impure random number generator
Extends from Modelica.Blocks.Interfaces.SO (Single Output continuous control block).
Information
This block demonstrates how to implement a block using the impure random number generator. This block is used in the example Examples.Noise.ImpureGenerator.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Period | samplePeriod | Sample period for random number generation |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from SO) | Connector of Real output signal |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|