Unit 3
Unit 3
∑ P k log2* 1/P k
k =1
Multiple Bit - In the received frame, more than one bits are corrupted.
Burst Error - In the received frame, more than one consecutive bits are corrupted.
P1 P2 1 P4 1 1 0
P1-D3,D5,D7
1 1 0 P1—0
P2-D3,D6,D7 P2 --0
1 1 0
P4-D5,D6,D7 P4 –0
1 1 0
As we know,
P1- D3,D5,D7
P2- D3,D6,D7
P4- D5,D6,D7
So P1-D3,D5,D7
Even Parity
Ie 1 1 0 0 Since, total no:of 1’s is 2
Set P1=0
P2-D3,D6,D7
1 1 0 0 total no:of 1’s is 2
Set P2=0
P4-D5,D6,D7
0 0 0 0 P4=0
Before applying Data stream to channel,Data goes through the process of interleaving and error
correction coding. At the receiver end ,data is de interleaved and decoded.A group of kl data bit
is loaded into a shift register which is organized into k rows with l bit per row.At each shift each
bit moves one position to the right while the bit in the right most storage element moves to the
left most storage of next row. This is the order of transmission.Received data is again stored in
the same order as in transmission and error correcting decoding is performed
CONVOLUTION INTERLEAVING
A convolution Interleaver consists of a set of shift registers each with a fixed delay.Each new
symbol from input signal feeds into the next shift register and the oldest symbol in that register
becomes part of output signal.Each row is delayed by a different number of clock cycle.
If the data packet starts from index 0,the interleaved data output of current data packet N
contains data of N-1 data packet.Hence the term convolution,because current data packet
contains data from previous one.
ADVANTAGES