blockSampleVectorizedAndClocked
Sample the continuous-time, Boolean input signal vector and provide it as clocked output signal vector. The clock is provided as input signal
Extends from Clocked.BooleanSignals.Interfaces.SamplerIcon (Basic graphical layout of block used for sampling of Boolean signals).
Information
This block for Boolean 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 Boolean block.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 1 | Size of input signal vector u (= size of output signal vector y) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput[n] | u | Connector of continuous-time, Boolean input signal vector | |
| Modelica.Blocks.Interfaces.BooleanOutput[n] | y | Connector of clocked, Boolean output signal vector | |
| Clocked.ClockSignals.Interfaces.ClockInput | clock | Output signal vector y is associated with this clock input |