Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
Hi,
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
please help. . i will appreciate any help to how to generate PRBS in matlab.
am new to Matlab and badly needs help.. thanksHi,
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