WhatsApp Group Join Now
Telegram Join Join Now

convolutional Codes , block codes and convolutional codes , coding gain of convolutional codes

maximum likelihood decoding of convolutional codes , convolutional Codes , block codes and convolutional codes , coding gain of convolutional codes :-
Few Definitions Related to convolutional Codes

  1. Code rate (r)

The code rate of the encoder of figure 10.48 is expressed as
R = …(10.52)
Here, k = Number of message bits = 1
n = Number of encoded bits per message bits = 2
Therefore, r = …(10.53)

  1. Constraint length (k)

Each message bit influences a span of n (L + 1) successive output bits. The quantity n (L + 1) is called as the constraint length. It is measured in terms of encoded output bits. For the encoder of figure 10.48, the constraint length is 6 bits as n = 2 and L = 2. Here, L is the encoder’s memory measured in terms of input message bits.

  1. Code Dimension

The code dimension of a convolutional code depends on n, k and L. Here k represents the number of message bits taken at a time by the encoder, n is the number of encoded bits per message bit and L is the encoder’s memory. The code dimension is therefore represented by (n, k, L)
For the encoder of figure 10.48, the code dimension is given by (2, 1, 2).
10.16.4. Time Domain Approach
The time-domain behavour of a binary convolutional encoder may be defined in terms of n-impulse responses. Let the impulse response of the adder generating x1, in figure 10.48, be given by, the sequence { } . Similarly, let the sequence { } denote the impulse response of the adder generating x2 in figure 10.48. These impulse responses are also called as generator sequences of the code.
Let (m0, m1, m2 …) denote the message sequence entering the encoder of figure 10.48 one bit at a time (starting from m0). The encoder generates two output sequences by performing convolutions on the message sequences will the impulse responses.
The bit sequence x1, is given by,
equation
Similarly, the other bit sequence x2, is given by,
equation
Then, these bit sequences are multiplexed with the help of the commutator switch to produce the following output :
X = { …} …(10.56)
where x1 = ……
and x2 = ……
EXAMPLE 10.40. The convolutional encoder of figure 10.49 has the following two generator sequences each of length 3.
( ) = (1, 1, 1)
and { } = (1, 0, 1)
Determine the encoded sequence for the following input message:
(m0, ml, m2, m3, m4) = (1 0 0 1 1)
diagram
FIGURE 10.49 Convolutional encoder
Solution : The given encoder can be drawn in the standard form as shown in figure 10.50.
diagram
FIGURE 10.50 Given encoder redrawn.
The output sequence may be obtained by using equations (10.54) and (10.55) stated to obtain the bit streams x1 and x2.
10.16.5. Transform-Domain Approach
We know that the convolution in time domain is transformed into the multiplication of Fourier transforms in the frequency domain. We can use this principle in the transform domain approach.
In this process, the first step is to replace each path in the encoder by a polynomial whole coefficients are represented by the respective elements of the impulse response. For example, for the top-adder path in previous example, it is given that,


and
Therefore, the input top adder output path of the encoder of figure (10.50) can be expressed in terms of the polynomial as under :
G(1)(p) = g0(1) + g1(1) p + g2(1) p2 …(10.57)
Substituting the values we get,
G(1)(p) = 1 + p + p2 …(10.58)

The general expression is given by,
G(1)(p) = g0(1) + g1(1) p + g2(1) p2 + … + gL(1) pL …(10.59)
The variable p denotes a unit delay operation and the power of p defines the number of time units by which the associated bit in the impulse response has been delayd with respect to the first bit i.e., g0(1).
Similarly the polynomial corresponding to the input-bottom adder-output path for the encoder shown in figure 10.50 is given by,
G(2)(p) = g0(2) + g1(2) p + g2(2) p2 …(10.60)
Substituting, g0(2) = 1, g1(2) = 0 and g2(2) = 1 we obtain,
G(2)(p) = 1 + p2 …(10.61)
The general form of polynomial is given by,
G(2)(p) = g0(2) + g1(2) p + g2(2) p2 + … + gL(2) pL …(10.62)
The polynomial G(1)(p) and G(2) (p) of equations (10.58) and (10.61) are called as the generator polynomials of the code.
From the generator polynomials, we can obtain the codeword polynomials as under :
Code word polynomial corresponding to top adder is given by,
x(1) (p) = G(1) p . m(p) …(10.63)
where m(p) = Message polynomial
and the codeword polynomial corresponding to the bottom adder is given by,
x(2) (p) = G(2) p . m(p) …(10.64)
Once we get the two codeword polynomials, it is possible to obtain the corresponding output sequence by simply using the individual coefficients. This has been illustrated in the following example.
EXAMPLE 10.41. Determine the codeword for the cyclic encoder of figure 10.49 for the message signal (10011), using the transform domain approach. The impulse response of the input top adder output path is (1, 1, 1) and that of the input bottom adder output Path is (1, 0, 1).
Solution : First, let us write the generator polynomial G(1) (p).
The impulse response of the input top adder output path of the convolutional encoder of figure 10.49, Therefore, we have
g0(1) = 1
g1(1) = 1
and g2(1) = 1
Therefore, the generator polynomial G(1) (p) is given by,
G(1) (p) = g0(1) + g1(1) p + g2(1) p2
or G(1) (p) = 1 + p + p2 …(i)
The given message is (m0 m1 m2 m3 m4 = 1 0 0 1 1). Therefore, the message polynomial is given by,
M(p) = m0 + m1(p) + m2p2 + m3p3 + m4p4
or M(p) = 1 + p3 + p4 …(ii)
Now, we find the code word polynomial for the top adder.
x(1)(p) = G(1) (p) . M(P)
x(1) (p) = (1 + p + p2) (1 + p3 + p4)
= 1 + p3 + p4 + p + p4 + p5 + p2 + p5 + p6
or x(1) (p) = 1 + p + p2 + p3 + (1 + 1) p4 + (1 + 1) p5 + p6
or x(1) (p) = 1 + p + p2 + p3 + p6 …. (since addition is Mod-2) …(iii)
The generator polynomial G(2) (p)
The impulse response of the input bottom adder output path of convolutional encoder of figure 10.49 is (1, 0, 1). Therefore,
g0(2) = 1, g1(1) = 0 and g2(2) = 1
Therefore the generator polynomial G(2) is given by,
G(2)(p) = g0(2) + g1(2)p + g2(2) p2
or G(2)(p) = 1 + p2 …(iv)
Codeword polynomial for the bottom adder.
x(2)(p) = G(2) (p) . M(p)
Substituting equations (ii) and (iv) we get,
x(2)(p) = (1 + p2) (1 + p3 + p4)
or x(2)(p) = 1 + p2 + p3 + p4 + p5 + p6 …(v)
To obtain the code sequences
The output sequence at the output of the top-adder can be obtained from the corresponding generator polynomial x(1) (p),
x(1)(p) = 1 + p + p2 + p3 + p6 = 1 + p + p2 + p3 + 0p4 + 0p5 + p6
Therefore the corresponding code seqeunce is (1 1 1 1 0 0 1)
Similarly the code sequence for the bottom adder can be obtained from its generator polynomial.
x(2)(p) = 1 + p + p2 + p3 + p4 + p5 + p6
or x(2)(p) = 1 + 0p + p2 + p3 + p4 + p5 + p6
Thus, corresponding code sequence is (1 0 1 1 1 1 1)
Hence, the final code word at the output of the encoder is obtained by multiplexing (interleaving) the two code sequences.
Codeword = 11 10 11 11 01 01 11
Advantage of Transform Domain Approach
Note that the codeword obtained using the time domain approach and the frequency domain approach. It may be observed that we got the same result. But, the computation using transforts domain approach demands less efforts than the time-domain approach.
10.16.6. Graphical Representation for Convolutional Encoding
For the convolutional encoding, there an three different graphical representations that are widely used. They are related to each other. The graphical representations are as under :
(i) The code tree
(ii) The code trellis
(iii) The state diagram.
Let us discuss them one by one.
10.16.7. The code Tree
In this subsection, let us draw the code tree for the (2, 1, 2) cyclic encoder of figure 10.48. We assume that the register has been cleared so that it contains all zeros, when the first message bit m0 arrives. Therefore, the initial state is m-2 m-1 = 00. Now, if m0 = 0, then, the encoder output are as under :
x1 = m0 Å m1 Å m2 ….. According to equation 10.50)
If m0 = 0, we have
x1 = 0 Å 0 Å 0 = 0 …..
Also x2 = m0 Å m2 = 0 Å 0 = 0
Therefore, x1 x2 = 0 0 ……if m0 = 0
But, if m0 = 1, then we have
x1 = 1 Å 0 Å 0 = 1
and x2 = 1 Å 0 = 1
Therefore x1 x2 = 11 … if m0 = 1
The code tree has been drawn in figure 10.51. It begins at a branch point on node a which represents the initial state. So, if m0 = 0 we should take the upper branch from node a to obtain the output 00 and the next state m-1 m0 = 00.
diagram
figure 10.51 Code tree for (2, 1, 2) encoder.

Therefore, even this state is labeled as a. But, if m0 = 1, then we should take the lower branch from a to obtain the output 11 and the next state m1 m0 = 01. This state has been labelled as b. The code tree progresses in this manner for each new message bit.
The nodes are labeled with letters a, b, c or d denoting the current state m2, m1, and we go up or down from a node depending on the value of m0. Each branch shows the resulting encoded output x1 x2 calculated using equation (10.50). Each branch will terminate at another node which is labelled with the next state. There are 2j possible branches for the jth massage bit, but the branch pattern begins to repeat at j = 3 since the register length is L + 1 = 3.
The procedure of drawing the code tree has been illustrated in figure 10.52.
diagram
diagram
diagram
FIGURE 10.52 Operation of the (2, 1, 2) encoder and development of code tree.
10.16.8. Code Trellis
Figure 10.53 shows a more compact graphical representation which is popularly known as code trellis. Here, the nodes on the left denote the four possible current states and the nodes on the right are the resulting next state.
diagram
FIGURE 10.53 Code trellis for the (2, 1, 2) convolutional encoder.
A solid line represents the state transition or branch for m0 = 0 and the dotted line represents the branch for m0 = 1. Each branch is labelled with the resulting output bits x1 x2.
10.16.9. State Diagram
Figure 10.54 shows a state diagram for the encoder of figure 10.50. We can obtain this state diagram from the code trellis, by coalencing the left and right sides of trellis. The self loops at the nodes a and d represent the state transition a-a and d-d.
diagram
FIGURE 10.54 State diagram for the (2, 1, 2) convolutional encoder of figure 10.50.
A solid line represents the state transition for m0 = 1 and the dotted line represents the state transition for m0 = 1. Each branch is labelled with the resulting output bits x1, x2. If the sequence of Message bits and the initial state is given to us then we can use either the code trellis or state diagram to find the resulting state sequence and output bits. This procedure has been illustrated in figure 10.55 starting at initial state a.
STATE a b d c b d d c
OUTPUT 11 01 01 00 01 10 01 11
FIGURE 10.55 Procedure to draw the trellis or state diagram.

Leave a Reply

Your email address will not be published. Required fields are marked *