Scilab Reference Manual |
---|
RAND_f — Scicos random wave generator
This block is a random wave generator: each output component takes piecewise constant random values. Every time an event is received on the input event port, the outputs take new independent random values.
output port size is given by the size of A and B vectors
flag | : 0 or 1. 0 for uniform distribution on [A,A+B] and 1 for normal distribution N(A,B*B). |
A | : scalar |
B | : scalar |
<< QUANT_f | READC_f >> |