Transmitted Bits: Set random seed in MATLAB using your ID (using rng(ID)
function) and generate a random sequence of 10000 transmitted bits (0s and 1s) using a rand
function and denote with bb. Each bit should be drawn independently as a Bernoulli(1/2)
random variable.
(In the following we use bb(n) for the n-th bit of the sequence, where n=1,..., 10000.)
[2pts] Print the first 10 initial bits from bb.

Q&A Education