Skip to content Skip to navigation

Connexions

You are here: Home » Content » Error Correction

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

This feature requires Javascript to be enabled.

Error Correction

Module by: Don Johnson

Summary: So-called linear codes create error-correction bits by combining the data bits linearly. Topics discussed include generator matrices and the Hamming distance.

So-called linear codes create error-correction bits by combining the data bits linearly. The phrase "linear combination" means here single-bit binary arithmetic.

00=0 0 0 0 11=0 1 1 0 01=1 0 1 1 10=1 1 0 1
00=0 0 0 0 11=1 1 1 1 01=0 0 1 0 10=0 1 0 0

For example, let's consider the specific (3,1) error correction code described by the following coding table and, more concisely, by the succeeding matrix expression. c1=b1 c 1 b 1 c2=b1 c 2 b 1 c3=b1 c 3 b 1 or c=Gb c G b G= 111 G 1 1 1 c= c1c2c3 c c 1 c 2 c 3 b= b1 b b 1

The length-KK block of data bits is represented by the vector bb, and the length-NN output block of the channel coder, known as a codeword, by cc. The generator matrix GG defines all block-oriented linear channel coders.

Comments, questions, feedback, criticisms?

Send feedback