Purchase Solution

Error correction

Not what you're looking for?

Ask Custom Question

Several techniques (typically referred to as forward error correction) can
be used to add redundant bits to a message in order to help a receiver correct bits that
have been damaged in transmission. One simple technique combines row-based
(character) parity with column-based (longitudinal) parity to help detect and correct
single-bit errors.
Assuming that even parity is used for rows and that a 2's complement checksum is
used for the columns, identify the erroneous bit in the following the following
message, and propose the correct value for that bit.
Row
Parity
0 0 0 0 0 1 0 1
1 1 1 0 0 1 0 1
1 1 0 0 1 0 0 1
0 0 1 0 1 0 0 0 Column Checksum

Purchase this Solution

Solution Preview

Even parity:

0 0 0 0 0 1 0 | 1
1 1 1 0 0 1 0 | 1 <--- this parity bit must be zero
1 1 ...

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.

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# variables and classes

This quiz contains questions about C# classes and variables.