WOLFRAM SYSTEM MODELER

SampleVectorizedAndClocked

Sample the continuous-time, Real input signal vector and provide it as clocked output signal vector. The clock is provided as input signal

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.RealSignals.Sampler.SampleVectorizedAndClocked"]
Out[1]:=

Information

This block is similar to the SampleClocked block. The only difference is that the continuous-time input signal is a vector: All input signals are sampled and are associated with the scalar clock signal provided via the second input.

Example

The following example has a vector as input, consisting of two different sine signals. These signals are sampled with a periodic clock of 20 ms period:

   
model simulation result

Parameters (1)

n

Value: 1

Type: Integer

Description: Size of input signal vector u (= size of output signal vector y)

Connectors (3)

u

Type: RealInput[n]

Description: Connector of continuous-time, Real input signal vector

y

Type: RealOutput[n]

Description: Connector of clocked, Real output signal vector

clock

Type: ClockInput

Description: Output signal vector y is associated with this clock input

Used in Examples (2)

SampleVectorizedAndClocked

Modelica_Synchronous.Examples.Elementary.RealSignals

Example of a SampleVectorizedAndClocked block for Real signals

TestRealSampler

Modelica_Synchronous.WorkInProgress.Tests