Purchase Solution

Coding of Binary Information and Error Detection (III)

Not what you're looking for?

Ask Custom Question

Coding of Binary Information and Error Detection (III)

Consider the (m,3m) encoding function e: B^m --> B^3m , where m = 4. For each of the received words, determine whether an error will be detected.

(a) 011010011111 (b) 110110010110
(c) 010010110010 (d) 001001111001

Purchase this Solution

Solution Summary

This is for solving the problems of Coding of Binary Information and Error Detection. This explains mainly for finding the error of the receiving word after transmission.
It also explained the terms word, encoding function, code word and transmission of a code word.
The solution is given in detail.

Solution Preview

The solution of the Posting is in the attached files.
One of the solution is written in the docx format and another is in the doc format.

Thanks for using BrainMass.com. Have a great day.

Coding of Binary Information and Error Detection (III)
By:- Thokchom Sarojkumar Sinha

Consider the (m,3m) encoding function e:B^m→B^3m , where m = 4. For each of the received words, determine whether an error will be detected.

011010011111 (b) 110110010110
(c) 010010110010 (d) 001001111001

Solution:- Consider the (m,3m) encoding function e:B^m→B^3m .
If b=b_1 b_2...b_m∈B^m ,
then define
e(b)=e(b_1 b_2...b_m )=b_1 b_2...b_m b_1 b_2...b_m b_1 b_2...b_m .

Thus the encoding function repeats each word of B^m three times.

Let m = ...

Solution provided by:
Education
  • BSc, Manipur University
  • MSc, Kanpur University
Recent Feedback
  • "Thanks this really helped."
  • "Sorry for the delay, I was unable to be online during the holiday. The post is very helpful."
  • "Very nice thank you"
  • "Thank you a million!!! Would happen to understand any of the other tensor problems i have posted???"
  • "You are awesome. Thank you"
Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.