F8 Error Correcting Codes
F8 Error Correcting Codes
Anders Vstberg
[email protected]
08-790 44 55
Slides are a selection from the slides from
chapter 8 from:
http://williamstallings.com/Wireless/Wireless2e.html
Error Detection
Probabilities
Definitions
Pb : Probability of single bit error (BER)
P1 : Probability that a frame arrives with no bit
errors
P2 : While using error detection, the probability that
a frame arrives with one or more undetected errors
P3 : While using error detection, the probability that
a frame arrives with one or more detected bit
errors but no undetected bit errors
Error Detection
Probabilities
With no error detection
P1 1 Pb
P2 1 P1
P3 0
Parity Check
Parity bit appended to a block of data
Even parity
Added bit ensures an even number of 1s
Odd parity
Added bit ensures an odd number of 1s
Receiver
Divides incoming frame by predetermined
number
If no remainder, assumes no error
T 2
nk
DF
T 2
nk
DR
P
P
P
P
Substituting,
T
R R
RR
Q Q
Q
P
P P
P
No remainder, so T is exactly divisible by P
X n k D X
R X
Q X
P X
P X
T X X n k D X R X
CRC16
X16 + X15 + X2 + 1
CRC CCITT
X16 + X12 + X5 + 1
CRC 32
X32 + X26 + X23 + X22 + X16 + X12 + X11 + X10 + X8 + X7 + X5 + X4 +
X2 + X + 1
A shift register
String of 1-bit storage devices
Register contains n k bits, equal to the length of
the FCS
Wireless Transmission
Errors
Error detection requires retransmission
Detection inadequate for wireless
applications
Error rate on wireless link can be high, results
in a large number of retransmissions
Long propagation delay compared to
transmission time
Receiver
Incoming signal is demodulated
Block passed through an FEC decoder
Hamming Code
Designed to correct single bit errors
Family of (n, k) block error-correcting codes with
parameters:
Block length: n = 2m 1
Number of data bits: k = 2m m 1
Number of check bits: n k = m
Minimum distance: dmin = 3
Cyclic Codes
Can be encoded and decoded using linear
feedback shift registers (LFSRs)
For cyclic codes, a valid codeword (c0, c1, , cn1), shifted right one bit, is also a valid codeword
(cn-1, c0, , cn-2)
Takes fixed-length input (k) and produces fixedlength check code (n-k)
In contrast, CRC error-detecting code accepts
arbitrary length input for fixed-length check code
BCH Codes
For positive pair of integers m and t, a (n,
k) BCH code has parameters:
Block length: n = 2m 1
Number of check bits: n k mt
Minimum distance:dmin 2t + 1
Reed-Solomon Codes
Subclass of nonbinary BCH codes
Data processed in chunks of m bits, called
symbols
An (n, k) RS code has parameters:
Block Interleaving
Data written to and read from memory in different
orders
Data bits and corresponding check bits are
interspersed with bits from other blocks
At receiver, data are deinterleaved to recover original
order
A burst error that may occur is spread out over a
number of blocks, making error correction possible
Block Interleaving
Convolutional Codes
Generates redundant bits continuously
Error checking and correcting carried out
continuously
(n, k, K) code
Convolutional Encoder
Decoding
Trellis diagram expanded encoder diagram
Viterbi code error correction algorithm
Compares received sequence with all possible
transmitted sequences
Algorithm chooses path through trellis whose coded
sequence differs from received sequence in the
fewest number of places
Once a valid path is selected as the correct path, the
decoder can recover the input data bits from the
output code bits
Trellis Diagram
Trellis Diagram
Trellis diagram
Viterbi algorithm
Automatic Repeat
Request
Mechanism used in data link control and
transport protocols
Relies on use of an error detection code
(such as CRC)
Flow Control
Error Control
Flow Control
Assures that transmitting entity does not
overwhelm a receiving entity with data
Protocols with flow control mechanism allow
multiple PDUs in transit at the same time
PDUs arrive in same order theyre sent
Sliding-window flow control
Transmitter maintains list (window) of sequence
numbers allowed to send
Receiver maintains list allowed to receive
Flow Control
Reasons for breaking up a block of data
before transmitting:
Limited buffer size of receiver
Retransmission of PDU due to error requires
smaller amounts of data to be retransmitted
On shared medium, larger PDUs occupy
medium for extended period, causing delays
at other sending stations
Flow Control
Error Control
Mechanisms to detect and correct
transmission errors
Types of errors:
Lost PDU : a PDU fails to arrive
Damaged PDU : PDU arrives with errors
Error Control
Requirements
Error detection
Receiver detects errors and discards PDUs
Positive acknowledgement
Destination returns acknowledgment of received,
error-free PDUs
Go-back-N ARQ
Acknowledgments
RR = receive ready (no errors occur)
REJ = reject (error detected)
Contingencies
Damaged PDU
Damaged RR
Damaged REJ
Go-back N ARQ