- Consider linear block code with n=8 and k=4. The parity bits of
Linear block code is obtained as
c1=m2+m3+m4
,
c2=m1+m2+m3
,c3=m1+m2+m4
,c4=m1+m3+m4
where
m1,m2,m3
and m4 are the message bits and
c1,c2,c3
and c4 are the checkbits
- Obtain the generator matrix and parity check
matrix
- List out all codewords and Calculate the minimum distance
(dmin
)
- Draw the encoding
Circuit.
- Construct the syndrome
circuit
- Compute the syndrome for the received vector
r=[11011011]. Is this a valid code vector?If no, then find
the position of error.