Scicos Block
fr - eng


Random Integer Generator block (old block)

\epsfig{file=GENINT_f.eps,height=90pt}

Contents

Palette

Description

Generate random integers and binary numbers. This blocks is able to generate multiple vectors of integers or binary numbers and also sample-based data flow. These functions are enable with the dialogue parameters.

Dialog box

\begin{figure}\begin{center}
\epsfig{file=GENINT_f_gui.eps,width=300pt}
\end{center}\end{figure}

Example

- Generation of a single sequential data-stream NRZ binary number :\\
Number of bits per Integer : \textbf{[1]}\\
Type : \textbf{[0]}\\
- Generation of double sequential data-stream RZ binary number : \\
Number of bits per Integer : \textbf{[1;1]}\\
Type : \textbf{[1;1]}\\
- Generation of three vectors of size 4 each of signed integers with 8-bits length :\\
Number of bits per Integer : \textbf{[8;8;8;8 ; 8;8;8;8 ; 8;8;8;8]}\\
Type : \textbf{[2;2;2;2 ; 2;2;2;2 ; 2;2;2;2]}\\
- Generation of two vectors, one NRZ binary number of size 256, one unsigned integers with 5-bits length of size 11 :\\
Number of bits per Integer : \textbf{[ones(256,1);5*ones(11,1)]}\\
Type : \textbf{[zeros(256,1);ones(11,1)]}\\
...\\
Don't forget to use Mux block to see multi-sequential datas in the CMSCOPE.\\
Use vectorial scopes VECTORSCOPE, VECTOMEMOSCOPE,... to directly see the vectorial datas.\\

Default properties

Interfacing function

Computational function

Authors

A. Layec