Next: Examples
Up: Electrical Error-Correction CodingSeptember 28,
Previous: Computing with binary numbers
- The following code takes four bits and forms a code word of 7 bits.
- A code that takes a fixed length block of bits and produces a fixed
length code word is called a block code.
- For long messages, the output of the source coder is broken up into blocks
of 4 bits.
- Each block is coded into 7-bit code words.
- The ratio of input length to coded length is called the rate of the code.
- Hence, the code below is a rate
code.
- Let us denote the four input bits as b(1), b(2), b(3), and b(4).
- Similarly, the seven output (coded) bits are denoted c(1) through
c(7).
- Our coder forms output bits from the input bits as follows:
Prof. Bernd-Peter Paris
1998-12-14