Block 2 Flashcards
Revision For Communications technology TM355
BER - Bit Error Rate
In digital communications the BER is the number of bits received in error divided by the number of bits transmitted
FEC - Forward Error Correction
FEC is a method of error control whereby a receiver can correct errors in received data without the need for requesting data re-transmission.
FEC allows errors to be corrected where there is no return channel and without the delay incurred by requesting re-transmission.
(n,k) notation
n this is the digits in the code word
k this is the message digits
n - k = m
m is the parity digits
code rate in n k notation
The code rate is k/n
The higher the code rate the lower the redundancy as more of the code is used for message digits
Code redundancy
Code redundancy
R = (n-k) / n
Where
R is the code redundancy
n is the digits in the code word
k is the message digits
Hamming code expressed as an equation
n = 2^m - 1
Where
n is the digits in the code word
m is the parity digits
Parity Check
A further bit is added to a code word. This is the parity bit. It is chosen so that the total number of 1’s in the code word are even. That is, Even parity.
Odd parity is the same principle however the resulting code word will have an uneven number of 1’s