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

TypeNameDefaultDescription
SI.PeriodsamplePeriodPeriod for sampling the raw random numbers
IntegerlocalSeedThe actual localSeed
Advanced › Noise generation
BooleanenableNoiseglobalSeed.enableNoise= true: y = noise, otherwise y = y_off
Realy_off0.0Sets y = y_off if enableNoise=false (or time<startTime, see below)
Advanced › Initialization
BooleanuseGlobalSeedtrue= true: use global seed, otherwise ignore it
BooleanuseAutomaticLocalSeedtrue= true: use automatic local seed, otherwise use fixedLocalSeed
IntegerfixedLocalSeed1Local seed (any Integer number)
SI.TimestartTime0.0Start time for sampling the raw random numbers

Connectors

TypeNameDefaultDescription
RealOutputy (from SO)Connector of Real output signal

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control