|
|
| Vectorized | C | |
in the palette |
on the schematic |
The block generates a pseudo-random sequence of real numbers evenly distributed in the range from ymin to ymax.
Outputs
- output - the port of the output value.
Properties:
- Minimum value – ymin;
- Maximum value – ymax;
- Sampling period – T is the time in seconds after which a random signal at the block output will be updated. If T = 0, then the random signal at the output of the block will be updated after each next integration step.
Properties can be vectors:
ymin = [
ymin 1,
ymin 2,…,
ymin n],
ymax = [
ymax 1,
ymax 2,…,
ymax n] и
T = [
T1,
T 2,…,
T n] , dimensions of which must be the same, in this case, a vector signal will also be generated at the output.
Прим.:
- By default, the block generates a scalar output signal.
- Named properties can be set as local model variables (submodels) in a programming language script, as global project signals using the Tools → Signals main menu item, or as external project signals using an attachable signal database.