blockPartialNoise
Interface for SISO blocks with Real signals that add noise to the signal
Extends from Clocked.RealSignals.Interfaces.PartialClockedSISO (Block with clocked single input and clocked single output Real signals).
Information
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.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | noiseMax | 0.1 | Upper limit of noise band |
| Real | noiseMin | -noiseMax | Lower limit of noise band |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u (from PartialClockedSISO) | Connector of clocked, Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput | y (from PartialClockedSISO) | Connector of clocked, Real output signal |