I have built a model in simulink.
The model uses Bernoulli Binary Generator as its input.
Now I have set the BBG block as below
What I want to do: I would like to vary the data rate.
In simulink, the sample time means the steps at which the block generates its output.
Ex: if I set "Sample Time" = 0.01 and the duration of simulation is 1000, does that mean I am transferring 100 bits/second?
Please explain.