Knowee
Questions
Features
Study Tools

Question A [10 marks in total]. Louise needs to send to Madhu sequences which consist of lettersT, E, B, L. Each letter is represented by a two-bit message, as follows:T= [0 0], E= [0 1], B= [1 0], L= [1 1].Since Louise and Madhu have to use a one-way, noisy channel, BSC(𝑝) with small 𝑝, Louise encodeseach message using the generator matrix𝐺 = [1 0 0 1 10 1 1 0 1]of a binary linear code 𝐶.A1 [2 marks] Represent the word LET as three two-bit messages, encode each message as describedabove and write down the resulting three codevectors of 𝐶.A2 [2 marks] Write down a standard array for 𝐶.

Question

Question A [10 marks in total]. Louise needs to send to Madhu sequences which consist of lettersT, E, B, L. Each letter is represented by a two-bit message, as follows:T= [0 0], E= [0 1], B= [1 0], L= [1 1].Since Louise and Madhu have to use a one-way, noisy channel, BSC(𝑝) with small 𝑝, Louise encodeseach message using the generator matrix𝐺 = [1 0 0 1 10 1 1 0 1]of a binary linear code 𝐶.A1 [2 marks] Represent the word LET as three two-bit messages, encode each message as describedabove and write down the resulting three codevectors of 𝐶.A2 [2 marks] Write down a standard array for 𝐶.

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

A1:

First, we need to represent the word "LET" as three two-bit messages.

L = [1 1] E = [0 1] T = [0 0]

Next, we encode each message using the generator matrix G.

For L = [1 1], we multiply it with G to get the codevector.

[1 1] * G = [1 1 1 0 1]

For E = [0 1], we multiply it with G to get the codevector.

[0 1] * G = [0 1 1 0 1]

For T = [0 0], we multiply it with G to get the codevector.

[0 0] * G = [0 0 0 0 0]

So, the resulting three codevectors of C are [1 1 1 0 1], [0 1 1 0 1], and [0 0 0 0 0].

A2:

A standard array for C is a table that lists all the possible codevectors. Since we are dealing with a binary linear code, the standard array will have 2^n rows, where n is the length of the codevectors.

In this case, the codevectors are of length 5, so the standard array will have 2^5 = 32 rows.

The first row is always the zero vector, and the remaining rows are the non-zero codevectors in any order.

Here is an example of what the standard array might look like:

0 0 0 0 0 1 1 1 0 1 0

This problem has been solved

Similar Questions

A message comprises a set of symbols which are to be mapped onto binary code words for transmission. The code word set is {000000, 000111, 010010, 100001, 110011, 111000}. How many bit errors in a code word can be reliably detected? (Type a number only - no units.)

A Hamming (7,4 ) code uses the following check bit rulesc1 = k1 + k4 c2  = k1 + k2 + k3   c3 = k1 + k3Construct a complete table for the code set.Construct the Generator Matrix for the code setConstruct the Check Matrix for the code set.Using the Generator matrix, determine the encoded form of the data word <1001>Using the Check matrix decode the following received codeword <1001001>.Answer text Question 1k1 k2 k3 k4 c1 c2 c30 0 0 0 0 0 00 0 0 1 1 0 10 0 1 0 0 1 10 0 1 1 1 1 00 1 0 0 0 1 00 1 _

A Hamming (7,4 ) code uses the following check bit rulesc1 = k1 + k4 c2  = k1 + k2 + k3   c3 = k1 + k3Construct a complete table for the code set.Construct the Generator Matrix for the code setConstruct the Check Matrix for the code set.Using the Generator matrix, determine the encoded form of the data word <1001>Using the Check matrix decode the following received codeword <1001001>.

A Hamming (7,4 ) code uses the following check bit rulesc1 = k1 + k4 c2 = k1 + k2 + k3 c3 = k1 + k3Construct a complete table for the code set.Construct the Generator Matrix for the code setConstruct the Check Matrix for the code set.Using the Generator matrix, determine the encoded form of the data word <1001>Using the Check matrix decode the following received codeword <1001001>.

Question No. 1: (Marks 10) Suppose a Station A transmits a message containing five characters to Station B using Even Parity encoding to ensure data integrity during transmission. Each character consists of 8 bits encoded in the ASCII. Station B receives the message of five 9-bit data elements and needs to extract the 8-bit data message from each element and decode it using ASCII to form meaningful words. The data elements received by Station B are: Received 9-bit Data Elements: 010101100 010101010 010011001 010011010 010100110 Assuming the data is received correctly without any errors by Station B, you are required to do the following tasks: 1. Extract 8-bit Data Message: Remove the Parity bits to extract the 8-bit data message from each 9-bit received element. 2. Decode and Extract using ASCII: Convert each 8-bit data message into its corresponding ASCII character to extract the meaningful words. Give your answer in the following table: Received Message 010101100 010101010 010011001 010011010 010100110 Data message (Bits)? Decoded Message?

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.