
blockPartialNoise
Partial noise generator
Extends from Modelica.Blocks.Interfaces.SO (Single Output continuous control block).
Information
Partial base class of noise generators defining the common features
of noise blocks.
Parameters
| Type | Name | Default | Description |
| SI.Period | samplePeriod | | Period for sampling the raw random numbers |
| Integer | localSeed | | The actual localSeed |
| Advanced › Noise generation |
| Boolean | enableNoise | globalSeed.enableNoise | = true: y = noise, otherwise y = y_off |
| Real | y_off | 0.0 | Sets y = y_off if enableNoise=false (or time<startTime, see below) |
| Advanced › Initialization |
| Boolean | useGlobalSeed | true | = true: use global seed, otherwise ignore it |
| Boolean | useAutomaticLocalSeed | true | = true: use automatic local seed, otherwise use fixedLocalSeed |
| Integer | fixedLocalSeed | 1 | Local seed (any Integer number) |
| SI.Time | startTime | 0.0 | Start time for sampling the raw random numbers |
Revisions
| Date | Description |
| June 22, 2015 |
|