Question: Please answer 1 0 and 1 1 . A matrix H with kernel V is called a parity check matrix. Applying any row operation to

Please answer 10 and 11. A matrix H with kernel V is called a parity check matrix. Applying any row operation to H will not change the kernel, so the parity check matrix is not unique.
A larger code. We now consider a code with N=32,p=2 and n=9. This code has generator matrix and parity check matrix:
Gbig=[100000100000100000100000111001111001011010011],Hbig=[110011000111000100101100010100110001].
Problem 9 Explain how to use Hbig to check whether or not a vector is in the image of Gbig. For example, of the three vectors 100110101,101100010 and 110111101, exactly one is in the image of Gbig.. Which one and why?
Problem 10 Let vec(y) be the vector which you just discovered is in the image of Gbig. Find the vector vec(x) for which vec(y)=Gbigvec(x).(Hint: Look at the top 5 rows of Gbig.)
Problem 11 Suppose that Alice meant to send thet vector Gbigvec(x). However, the first bit of her message got flipped, so Bob received vec(y) instead. What will Hbigvec(y) be? What would Hbigvec(y) be if the ninth bit had been flipped instead?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!