WOLFRAM SYSTEM MODELER

AssignClock

Example of an AssignClock block for Integer signals

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClock"]
Out[1]:=

Information

Elementary example for the documentation of block Modelica_Synchronous.IntegerSignals.Sampler.AssignClock.

Components (5)

periodicClock

Type: PeriodicExactClock

Description: Generates a periodic clock signal with a period defined by an Integer number with resolution

assignClock1

Type: AssignClock

Description: Assigns a clock to a clocked Integer signal

unitDelay1

Type: UnitDelay

Description: Delays the clocked input signal for one sample period

const

Type: IntegerConstant

Description: Generate constant signal of type Integer

sum

Type: Sum

Description: Sum of Integers: y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n]