JOIN us on
WhatsApp Group Join Now
Telegram Join Join Now

हिंदी माध्यम नोट्स

Class 6

Hindi social science science maths English

Class 7

Hindi social science science maths English

Class 8

Hindi social science science maths English

Class 9

Hindi social science science Maths English

Class 10

Hindi Social science science Maths English

Class 11

Hindi sociology physics physical education maths english economics geography History

chemistry business studies biology accountancy political science

Class 12

Hindi physics physical education maths english economics

chemistry business studies biology accountancy Political science History sociology

Home science Geography

English medium Notes

Class 6

Hindi social science science maths English

Class 7

Hindi social science science maths English

Class 8

Hindi social science science maths English

Class 9

Hindi social science science Maths English

Class 10

Hindi Social science science Maths English

Class 11

Hindi physics physical education maths entrepreneurship english economics

chemistry business studies biology accountancy

Class 12

Hindi physics physical education maths entrepreneurship english economics

chemistry business studies biology accountancy

Categories: Digital electronics

SYNDROME DECODING FOR BLOCK CODES , Basic Concept , Error detection in the received code word.

SYNDROME DECODING FOR BLOCK CODES

  1. Basic Concept

            In previous article, we have discussed about the encoder for the linear block code. Now, let us learn about the decoder. The two important functions of the decoder are as under:
(i)         Error detection in the received code word.
(ii)        Error correction.
The decoding of linear block codes is done by using a special technique called syndrome decoding, which reduces the memory requirement of the decoder to a great extent. The syndrome decoding technique is explained in the following paragraph.

  1. Practical Assumptions

(i)         Let X represent the transmitted code word and Y represent the received code word.
(ii)        Then, if X = Y, no errors in the received signal and
if X  Y , then some errors are present.

  1. Detection of Error
  2. For an (n, k) linear block code, there exists a parity check matrix H of size (n – k) x n. We know that,

Parity check matrix, H= [PT : In-k](n-k) x n
where PT represents the transpose of P matrix and In-k is the identity matrix.
*          Modulo-2 adders are nothing but EX-OR gates.

  1. The transpose of the parity check matrix is given by,

HT =                                         …(10.19)
where P is the coefficient matrix.

  1. The transpose of parity check. matrix (HT) exhibits a very important property, i.e.

XHT = (0, 0, …, 0)                                           … (10.20)
This means that the product of any code vector X and the transpose of the parity check matrix will always be 0.
We shall use this property for the detection of errors in the received code words as under :
At the receiver, we have
If                                 YHT = (0, 0, …, 0), then Y = X i.e. there is no error.
But, if              YHT  (0, 0, …, 0), Then Y  X i.e. error exists in the received code word

  1. Syndrome and its use for error detection

            The syndrome is defined as the non-zero output of the product YHT. Thus, the non-zero syndrome represents the presence of errors in the received code word. The syndrome is represented by S and is mathematically given as,
S = YHT                                                          …(10.21)
or                                             [S]1x(n-k)  = [Y]1xn [HT]n x (n-k)                      …(10.22)
The all zero elements of syndrome represent that there is no error, and a non-zero value of an element in syndrome represents the presence of error. But sometimes, even if all the syndrome elements have zero value, the error exists. This has been shown in figure 10.21.
diagram
FIGURE 10.21 Two different possibilities for S = 0.

  1. Error Vector (E)
DO YOU KNOW?
The combined goal of the channel encoder and decoder is to minimize the effect of channel noise. That is, the number of errors between the channel encoder input and the channel decoder output is minimized.
  1. For the n-bit transmitted and received code words X andY respectively, let us define an n-bit error vector E such that its non-zero elements represent the locations of errors in the received code vector Y as shown in figure 10.22.
  2. The encircled entries in figure 10.22 indicate the presence of errors.

diagram
FIGURE 10.22 The non-zero elements of error vector represent the locations of errors in the received code vector Y.
The elements in the code word vector Y can be obtained by using the modulo-2 additions, as under:
Y = X Å E                                                      …(10.23)
From figure 10.22, we can write that,
Y = [0 Å 1, 0 Å 0, 1 Å 1, 1 Å 0, 1 Å 1, 1 Å 0, 0 Å 0]
of            Y = [1, 0 , 0, 1, 0, 1, 0]

  1. The principle of modulo-2 addition can be applied in a slightly different way as under :

X = Y Å E                                                      …(10.24)
From figure 10.22, we can write that,
X = [1 Å 1, 0 Å 0, 0 Å 1, 1 Å 0, 0 Å 1, 1 Å 0, 0 Å 0] = [0, 0, 1, 1, 1, 1, 0]

  1. Relation between syndrome and error vector

            From equation (10.20), the syndrome is given by,
S = YHT
Substituting the value of Y from equation (10.23), we obtain
S = [X Å E] HT = XHT Å EHT
But,                             XHT = 0
Therefore                     S = 0 Å EHT
or                                 S = EHT                                                                                              …(10.25)
This is the relation between the syndrome S and the error vector E.
EXAMPLE 10.7. For a code vector X = (0 1 1 1 0 0 0) and the parity check matrix H given below, prove that
XHT = (0, 0, …, 0)
H =
Solution: The transpose of the given parity matrix H, can be obtained by interchanging the rows and columns as under:
HT=
Also, the product XHT is given by,
XHT = [0 1 1 1 0 0 0] 1×7
= [(0 x1) Å (1 x 1) Å (1 x 1) Å (1 x 0) Å (0 x 1) Å (0 x 0) Å (0 x 0),
[(0 x1) Å (1 x 1) Å (1 x 0) Å (1 x 1) Å (0 x 0) Å (0 x 1) Å (0 x 1),
[(0 x1) Å (1 x 0) Å (1 x 1) Å (1 x 1) Å (0 x 0) Å (0 x 0) Å (0 x 1)],
or                     XHT =  0 Å 1 Å 1 Å 0 Å 0 Å 0 Å 0, 0 Å 1 Å 0 Å 0 Å 0,
0 Å 0 Å 1 Å 1 Å 0 Å 0 Å 0
or                     HXT = [0, 0, 0]1×3
Thus, we have proved that for a valid code word, the product XHT = (0, 0, 0) Ans.
EXAMPLE 10.8. The parity check matrix of a (7, 4) Hamming code is as Under:
H =
Calculate the syndrome vector for single bit errors.
Solution: We know that the syndrome vector is given by
S = EHT = [E]1×7 [HT]7×3
Therefore, syndrome vector will represented by a 1 x 3 matrix.
Thus,                                       [S]1×3 = [E]1×7 [HT]7×3
Now, let us write various error vectors.
Various error vectors with single bit errors are shown in table 10.6. The encircled bits represent the locations of errors.
Table 10.6.

S.No. Error Vectors Bit in Error
1 ①         0          0          0          0          0             0 First
2 0           ①        0          0          0          0             0 Second
3 0           0          ①        0          0          0             0 Third
4 0           0          0          ①        0          0             0 Fourth
5 0           0          0          0          ①        0             0 Fifth
6 0           0          0          0          0          ①           0 Sixth
7 0           0          0          0          0          0             ① Seventh

 
Let us calculate the syndroms corresponding to each error vector.
(i)         We have [S]1×3 = [E]1×7 [HT]7×3
Substituting [E] = (1 0 0 0 0 0 0) and HT, we obtain
[S] = [1 0 0 0 0 0 0]1×7
Therefore,  [S] = [1 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0, 1 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0,
1 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0]
Here,               [S] = [1, 1, 1]
This is the syndrome for the first bit in error.
(ii)        For the second bit in error, we have
[S] = [0 1 0 0 0 0 0]
Therefore,  [S] = [0 Å 1 Å 0 Å 0 Å 0 Å 0 Å 0, 1 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0,
0 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0 Å 0]
Here,           [S] = [1, 1, 0]
(iii)       Similarly, we can obtain the other syndromes as shown in table 10.7.
(iv)       Here, it may be noted that the first row of table 10.7 represent an error vector with no errors. The corresponding syndrome is (0, 0, 0).
(v)        Table 10.7 also shows that the syndrome vectors are same as the rows of the transpose matrix HT.
Table 10.7. Syndromes for various error vectors

S. No. Error vectors with single bit errors Syndrome vector “S”
1 0           0          0          0          0          0        0 0          0         0
2 ①         0          0          0          0          0        0 1          1          1 1st Row of HT
3 0           ①        0          0          0          0        0 1          1          0 2n Row of HT
4 0           0          ①        0          0          0        0 2          0          2 3rd Row of HT
5 0           0          0          ①        0          0        0 0          1          1 4th Row of HT
6 0           0          0          0          ①        0        0 1          0          0 5th Row of HT
7 0           0          0          0          0          ①      0 0          1          0 6th Row of HT
8 0           0          0          0          0          0        ① 0          1          1 7th Row of HT
Sbistudy

Recent Posts

द्वितीय कोटि के अवकल समीकरण तथा विशिष्ट फलन क्या हैं differential equations of second order and special functions in hindi

अध्याय - द्वितीय कोटि के अवकल समीकरण तथा विशिष्ट फलन (Differential Equations of Second Order…

2 days ago

four potential in hindi 4-potential electrodynamics चतुर्विम विभव किसे कहते हैं

चतुर्विम विभव (Four-Potential) हम जानते हैं कि एक निर्देश तंत्र में विद्युत क्षेत्र इसके सापेक्ष…

5 days ago

Relativistic Electrodynamics in hindi आपेक्षिकीय विद्युतगतिकी नोट्स क्या है परिभाषा

आपेक्षिकीय विद्युतगतिकी नोट्स क्या है परिभाषा Relativistic Electrodynamics in hindi ? अध्याय : आपेक्षिकीय विद्युतगतिकी…

7 days ago

pair production in hindi formula definition युग्म उत्पादन किसे कहते हैं परिभाषा सूत्र क्या है लिखिए

युग्म उत्पादन किसे कहते हैं परिभाषा सूत्र क्या है लिखिए pair production in hindi formula…

1 week ago

THRESHOLD REACTION ENERGY in hindi देहली अभिक्रिया ऊर्जा किसे कहते हैं सूत्र क्या है परिभाषा

देहली अभिक्रिया ऊर्जा किसे कहते हैं सूत्र क्या है परिभाषा THRESHOLD REACTION ENERGY in hindi…

1 week ago
All Rights ReservedView Non-AMP Version
X

Headline

You can control the ways in which we improve and personalize your experience. Please choose whether you wish to allow the following:

Privacy Settings
JOIN us on
WhatsApp Group Join Now
Telegram Join Join Now