In the case of a binary repetition code, there exist two code words - all ones and all zeros - which have a length of n {\displaystyle n} . Therefore, the minimum Hamming distance of the code equals its length n {\displaystyle n} . This gives the repetition code an error correcting capacity of n − 1 2 {\displaystyle {\tfrac {n-1}{2}}} (i.e. it will correct up to n − 1 2 {\displaystyle {\tfrac {n-1}{2}}} errors in any code word).
If the length of a binary repetition code is odd, then it's a perfect code.1 The binary repetition code of length n is equivalent to the (n, 1)-Hamming code. A (n, 1) BCH code is also a repetition code.
Consider a binary repetition code of length 3. The user wants to transmit the information bits 101. Then the encoding maps each bit either to the all ones or all zeros code word, so we get the 111 000 111, which will be transmitted.
Let's say three errors corrupt the transmitted bits and the received sequence is 111 010 100. Decoding is usually done by a simple majority decision for each code word. That lead us to 100 as the decoded information bits, because in the first and second code word occurred less than two errors, so the majority of the bits are correct. But in the third code word two bits are corrupted, which results in an erroneous information bit, since two errors lie above the error correcting capacity.
Despite their poor performance as stand-alone codes, use in Turbo code-like iteratively decoded concatenated coding schemes, such as repeat-accumulate (RA) and accumulate-repeat-accumulate (ARA) codes, allows for surprisingly good error correction performance.
Repetition codes are one of the few known codes whose code rate can be automatically adjusted to varying channel capacity, by sending more or less parity information as required to overcome the channel noise, and it is the only such code known for non-erasure channels. Practical adaptive codes for erasure channels have been invented only recently, and are known as fountain codes.
Some UARTs, such as the ones used in the FlexRay protocol, use a majority filter to ignore brief noise spikes. This spike-rejection filter can be seen as a kind of repetition decoder.
Bossert, Martin (1999). Channel Coding for Telecommunications. Wiley. ISBN 9780471982777. 9780471982777 ↩