WOLFRAM SYSTEM MODELER
Sample2Example of a Sample block for Integer signals with direct feed-through in the continuous-time and the clocked partition |
SystemModel["Modelica.Clocked.Examples.Elementary.IntegerSignals.Sample2"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Elementary example for the documentation of block Modelica.Clocked.IntegerSignals.Sampler.Sample.
sample1 |
Type: SampleClocked Description: Sample the continuous-time, Integer input signal and provide it as clocked output signal. The clock is provided as input signal |
|
---|---|---|
periodicClock |
Type: PeriodicExactClock Description: Generate a periodic clock signal with a period defined by an Integer number with resolution |
|
step |
Type: IntegerStep Description: Generate step signal of type Integer |
|
hold1 |
Type: Hold Description: Hold the clocked, Integer input signal and provide it as continuous-time output signal (zero order hold) |
|
sample2 |
Type: Sample Description: Sample the continuous-time, Integer input signal and provide it as clocked output signal (clock is inferred) |
|
sum1 |
Type: Sum Description: Sum of Integers: y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n] |
|
sum2 |
Type: Sum Description: Sum of Integers: y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n] |
|
integerConstant |
Type: IntegerConstant Description: Generate constant signal of type Integer |