WOLFRAM SYSTEM MODELER

UpSample

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

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.IntegerSignals.Sampler.Utilities.UpSample"]
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.Utilities.UpSample).

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

Parameters (2)

inferFactor

Value: true

Type: Boolean

Description: = true, if upsampling factor is inferred

factor

Value: 1

Type: Integer

Description: Upsampling factor >= 1 (if inferFactor=false)

Connectors (2)

u

Type: IntegerInput

Description: Connector of clocked, Integer input signal

y

Type: IntegerOutput

Description: Connector of clocked, Integer output signal (clock of y is faster as clock of u)

Used in Examples (1)

UpSample

Modelica.Clocked.Examples.Elementary.IntegerSignals

Example of an UpSample block for Integer signals