Purchase Solution

Minimum distance of the (3,9) encoding function e and error detection

Not what you're looking for?

Ask Custom Question

Coding of Binary Information and Error Detection (IX)
Minimum Distance of the Encoding Function

Consider the (3,9) encoding function e.

e(000) = 000000000
e(001) = 011100101
e(010) = 010101000
e(011) = 110010001
e(100) = 010011010
e(101) = 111101011
e(110) = 001011000
e(111) = 110000111

(a) Find the minimum distance,
(b) How many errors will detect?

Purchase this Solution

Solution Summary

It is for finding the minimum distance of the encoding function. The solution is detailed and well presented.

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
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.

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.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

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