WOLFRAM SYSTEM MODELER
SampleVectorizedAndClockedSample the continuous-time, Integer input signal vector and provide it as clocked output signal vector. The clock is provided as input signal |
SystemModel["Modelica.Clocked.IntegerSignals.Sampler.SampleVectorizedAndClocked"]
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.SampleVectorizedAndClocked).
Analog to the corresponding Real signal block example there exists an elementary example for this Integer block.
n |
Value: 1 Type: Integer Description: Size of input signal vector u (= size of output signal vector y) |
---|
u |
Type: IntegerInput[n] Description: Connector of continuous-time, Integer input signal vector |
|
---|---|---|
y |
Type: IntegerOutput[n] Description: Connector of clocked, Integer output signal vector |
|
clock |
Type: ClockInput Description: Output signal vector y is associated with this clock input |
Modelica.Clocked.Examples.Elementary.IntegerSignals Example of a SampleVectorizedAndClocked block for Integer signals |