Steady noise

| 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.

Inputs

none

Outputs

  • output - the port of the output value.

Properties:

  • Minimum valueymin;
  • Maximum valueymax;
  • Sampling periodT 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.

Parameters

none

Прим.:
  1. By default, the block generates a scalar output signal.
  2. 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.