WOLFRAM SYSTEM MODELER

SampleClocked

Sample the continuous-time, Integer input signal and provide it as clocked output signal. The clock is provided as input signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.IntegerSignals.Sampler.SampleClocked"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This block for Integer signals works similarly as the corresponding block for Real signals (see RealSignals.Sampler.SampleClocked).

Analog to the corresponding Real signal block example there exists an elementary example for this Integer block.

Connectors (3)

clock

Type: ClockInput

Description: Output signal y is associated with this clock input

u

Type: IntegerInput

Description: Connector of continuous-time, Integer input signal

y

Type: IntegerOutput

Description: Connector of clocked, Integer output signal

Used in Examples (8)

Sample2

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a Sample block for Integer signals with direct feed-through in the continuous-time and the clocked partition

SampleClocked

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a SampleClocked block for Integer signals

Hold

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a Hold block for Integer signals

SubSample

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a SubSample block for Integer signals

SuperSample

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a SuperSample block for Integer signals

ShiftSample

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a ShiftSample block for Integer signals

BackSample

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of a BackSample block for Integer signals

UpSample

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of an UpSample block for Integer signals