blockSubSample
Sub-sample the input clock and provide it as output clock
Information
This block sub-samples the input clock u and provides it as output clock y.
To be more precise: The clock y is factor-times slower than the clock u. The first activation of clock y coincides with the first activation of clock u. The sub-sampling factor is defined by Integer parameter factor.
Example
The following
example
generates a periodic clock of 20 ms period, and
then sub-samples the resulting clock signal with a factor of 3:
![]() |
![]() |
|
| model | simulation result |
As can be seen, subSample.y picks every third-value of periodicClock.y due to the sub-sampling, and the sub-sampling factor = 3 is displayed in the icon of the subSample block. Note the down-arrow in the icon of the subSample block indicates that clock subSample.y is slower as clock subSample.u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | factor | Sub-sampling factor (>= 1) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Clocked.ClockSignals.Interfaces.ClockInput | u | Connector of a clock as input signal | |
| Clocked.ClockSignals.Interfaces.ClockOutput | y | Connector of a clock as output signal (clock y is slower as clock of u) |

