WOLFRAM SYSTEM MODELER
SubSampleSub-sample the clocked Integer input signal and provide it as clocked output signal |
SystemModel["Modelica.Clocked.IntegerSignals.Sampler.SubSample"]
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.SubSample).
Analog to the corresponding Real signal block example there exists an elementary example for this Integer block.
inferFactor |
Value: true Type: Boolean Description: = true, if sub-sampling factor is inferred |
---|---|
factor |
Value: 1 Type: Integer Description: Sub-sampling factor >= 1 (ignored if inferFactor=true) |
u |
Type: IntegerInput Description: Connector of clocked, Integer input signal |
|
---|---|---|
y |
Type: IntegerOutput Description: Connector of clocked, Integer output signal (clock of y is slower as clock of u) |
Modelica.Clocked.Examples.Elementary.IntegerSignals Example of a SubSample block for Integer signals |