WOLFRAM SYSTEM MODELER

UpSample

Example of an UpSample block for Integer signals

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.Examples.Elementary.IntegerSignals.UpSample"]
Out[1]:=

Information

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.Utilities.UpSample.

Components (6)

periodicClock

Type: PeriodicExactClock

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

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

upSample1

Type: UpSample

Description: Upsample the clocked Integer input signal and provide it as clocked output signal

upSample2

Type: UpSample

Description: Upsample the clocked Integer input signal and provide it as clocked output signal

table

Type: IntegerTable

Description: Generate an Integer output signal based on a table matrix with [time, yi] values

sum

Type: Sum

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