WOLFRAM SYSTEM MODELER
PartialNoiseInterface for SISO blocks with Real signals that add noise to the signal |
|
SystemModel["Modelica.Clocked.RealSignals.Interfaces.PartialNoise"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
Interface block for uniformly distributed noise in some range noiseMin … noiseMax applied to a clocked Real input signal; the resulting noisy signal is provided as clocked Real output signal.
| noiseMax |
Value: 0.1 Type: Real Description: Upper limit of noise band |
|---|---|
| noiseMin |
Value: -noiseMax Type: Real Description: Lower limit of noise band |
| u |
Type: RealInput Description: Connector of clocked, Real input signal |
|
|---|---|---|
| y |
Type: RealOutput Description: Connector of clocked, Real output signal |
|
Modelica.Clocked.RealSignals.Sampler.Utilities.Internal Add band-limited uniform noise based on a xorshift64* number generator |
|
|
Modelica.Clocked.RealSignals.Sampler.Utilities.Internal Add band-limited uniform noise using a variant of the Wichmann-Hill algorithm |