Block code

This is an old revision of this page, as edited by 68.161.193.248 (talk) at 14:01, 25 June 2006 (A[n,d]). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Practical definition

A block code is the primary type of channel coding which was used in earlier mobile communication systems. Simply it adds redundancy in order that at the receiver, one can decode with (theoretical) probability of zero errors, provided that the information rate (amount of transported information in bits per sec) would not exceed the channel capacity. The main characterisation of a block code is that it is a fixed length channel code (unlike source coding schemes such as Huffman coding, and unlike channel coding methods like convolutional encoding). Typically, a block code takes a k-digit information word, and transforms this into an n-digit codeword.

Theoretical definition

In information theory, a block code is a code which encodes strings formed from an alphabet set   into code words by encoding each letter of   separately. Let   be a sequence of natural numbers each less than  . If   and a particular word   is written as  , then the code word corresponding to  , namely  , is

 .

A[n,d]

The trade-off between efficiency (large informationrate) and correction capabilities can also be seen from the attempt to, given a fixed codeword length and a fixed correction capability (represented by the Hamming distance d) maximize the total amount of codewords. A[n,d] is the maximum number of codewords for a given codeword length n and Hamming distance d.

Information rate

When   is a binary block code, consisting of   codewords of length n bits, then the information rate of   is defined as:  . When f.i. the first k bits of a codeword are independent informationbits, then the information rate is:  .