WOLFRAM SYSTEM MODELER
PartialNoisePartial noise generator |
SystemModel["Modelica.Blocks.Interfaces.PartialNoise"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Partial base class of noise generators defining the common features of noise blocks.
samplePeriod |
Value: Type: Period (s) Description: Period for sampling the raw random numbers |
---|---|
enableNoise |
Value: globalSeed.enableNoise Type: Boolean Description: = true: y = noise, otherwise y = y_off |
y_off |
Value: 0.0 Type: Real Description: Sets y = y_off if enableNoise=false (or time<startTime, see below) |
useGlobalSeed |
Value: true Type: Boolean Description: = true: use global seed, otherwise ignore it |
useAutomaticLocalSeed |
Value: true Type: Boolean Description: = true: use automatic local seed, otherwise use fixedLocalSeed |
fixedLocalSeed |
Value: 1 Type: Integer Description: Local seed (any Integer number) |
startTime |
Value: 0.0 Type: Time (s) Description: Start time for sampling the raw random numbers |
localSeed |
Value: Type: Integer Description: The actual localSeed |
y |
Type: RealOutput Description: Connector of Real output signal |
---|
globalSeed |
Type: GlobalSeed Description: Definition of global seed via inner/outer |
---|
Modelica.Blocks.Noise Noise generator to produce band-limited white noise with normal distribution |
|
Modelica.Blocks.Noise Noise generator with truncated normal distribution |
|
Modelica.Blocks.Noise Noise generator with normal distribution |
|
Modelica.Blocks.Noise Noise generator with uniform distribution |
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|