Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHi,
If you haven't a simulink block for prbs then: A=rand(1,100); // between 0 and 1 A= round(A*100); //between 0 and 100 A=dec2bin(A); help rand tells you moreHi,
If you haven't a simulink block for prbs then: A=rand(1,100); // between 0 and 1 A= round(A*100); //between 0 and 100 A=dec2bin(A); help rand tells you more