WOLFRAM SYSTEM MODELER
SampleWithADeffectsSample with (simulated) Analog-Digital converter effects including noise |
SystemModel["Modelica_Synchronous.RealSignals.Sampler.SampleWithADeffects"]
The following example samples a sine signal with a periodic clock of 20 ms period, and adds the following effects:
model | simulation result |
The output y is quite far away from the continuous-time input signal,
due to the strong discretization and large noise applied to the
sampled input.
noisy |
Value: false Type: Boolean Description: = true, if output should be superimposed with noise |
---|---|
limited |
Value: false Type: Boolean Description: = true, if output is limited |
quantized |
Value: false Type: Boolean Description: = true, if output quantization effects included |
yMax |
Value: 1 Type: Real Description: Upper limit of output (if limited = true) |
yMin |
Value: -yMax Type: Real Description: Lower limit of output (if limited = true) |
bits |
Value: 8 Type: Integer Description: Number of bits of quantization (if quantized = true) |
u |
Type: RealInput Description: Connector of continuous-time, Real input signal |
|
---|---|---|
y |
Type: RealOutput Description: Connector of clocked, Real output signal |
|
uFeedthrough1 |
Type: RealInput Description: 'input Real' as connector |
|
uFeedthrough2 |
Type: RealInput Description: 'input Real' as connector |
|
uFeedthrough3 |
Type: RealInput Description: 'input Real' as connector |
|
y1 |
Type: RealOutput Description: Connector with a Real output signal |
|
y2 |
Type: RealOutput Description: 'output Real' as connector |
|
y3 |
Type: RealOutput Description: 'output Real' as connector |
|
y4 |
Type: RealOutput Description: 'output Real' as connector |
sample1 |
Type: Sample Description: Sample the continuous-time, Real input signal and provide it as clocked output signal (clock is inferred) |
|
---|---|---|
noise |
Type: UniformNoise Description: Noise model |
|
limiter |
Type: Limiter Description: Limit the range of a signal |
|
quantization |
Type: Quantization Description: DAC quantization effects |
Modelica_Synchronous.Examples.SimpleControlledDrive Simple controlled drive with discrete controller and simulated AD and DA effects |
|
Modelica_Synchronous.Examples.Elementary.RealSignals Example of a SampleWithADeffects block for Real signals |
|
Modelica_Synchronous.WorkInProgress.Tests Using partial sample and hold blocks to allow redeclaration of blocks to simulated communication blocks |
|
Modelica_Synchronous.WorkInProgress.Tests |
|
Modelica_Synchronous.WorkInProgress.Tests |