SlideShare a Scribd company logo
1 of 5
Download to read offline
Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70
www.ijera.com 66|P a g e
Optimization and simulation of a New Low Density Parity-Check
Decoder using the Syndrome Block
Lagrini Lakbir
1
, Sedra Moulay Brahim
2
1,2
Laboratory of High Energy and Engineering Science sand Reactors the University Ibn to fail of Kenitra at
Morocco.
ABSTRACT
The Low Density Parity-Check codes are one of the hottest topics in coding theory nowadays equipped with
very fast encoding and decoding algorithms, LDPC are very attractive both theoretically and practically.In this
article, we present a simulation of a work that has been accepted in an international journal. The newalgorithm
allows us to correct errors quickly and without iterations. We show that the proposed algorithm simulation can
be applied for both regular and irregular LDPC codes. First, we developed the design of the syndrome Block
Second, we generated and simulated the hardware description language source code using Quartus software
tools, and finally we show low complexity compared to the basic algorithm.
Keywords-Bit Flipping Algorithm, Low Density Parity Check decoder, proper syndrome, simulation of the
syndrome block.
I. INTRODUCTION
The Low density parity-check code (LDPC) is an
error correcting code used to protect information
against noise introduced by the transmission channel
and reduce the probability of loss information.Grace
Low Density Parity Check, the information
transmission rate can be as close to Shannon limit in
the same noisy channel. LDPC was developed by
Robert Gallager [1] in his doctoral dissertation at
MIT in 1960. Theses codes were ignored until
1981when R. Michael Tanner gave them a new
interpretation of the graphical representation of the
codes [2]. In 1993, with the invention of turbo codes,
researchers switched their focus to finding low
complexity code which can approach Shannon
channel limit. Nowadays, LDPC have made its way
into some modern applications such as 10GBase-T
Ethernet, Wi-Fi, Wi MAX, Digital Video
Broadcasting (DVB) [3], which is based on hard-
decision decoding, has the least complexity but
suffers from poor performance of iteration.
In this paper, a low complexity for the syndrome
Block algorithm of LDPC decoding is proposed to
achieve a trade-off between implementation
complexities compared to the bit-flipping algorithm
(BFA),particularly in the second part of the table. At
the same time this method reduces the number of
iteration by introduction the simulation of a new
concept of proper syndromes in part 3.
II. Bit-Flipping Algorithm
The Bit-Flipping algorithm is based on hard-
decision message passing technique. A binary hard-
decision is done on the received channel data and
then passed to the decoder. The messages passed
between the check node and variable nodes are also
single-bit hard-decision binary values. The variable
node (r) sends the bit information to the connected
check nodes (S) over the edges. The check node
performs a parity check operation on the bits received
from the variable nodes. It sends the message back to
the respective variable nodes with a suggestion of the
expected bit value for the parity check to be satisfied
[5].
The algorithm:
Step 1: We use the equation S = 𝐻𝑟T
to calculate the
syndrome with the received vector. If the elements in
the set of S are all zeros, it’s terminated with the
correct vector, otherwise, go to the next step.
Step 2: Calculate the set of {f0, f1, · · ·, fN−1} and
find the largest fj .Then transfer the corresponding rj
to its opposite number (0 or 1), get a new vector r’.
Step 3: Calculate the vector S = 𝐻𝑟T
with the new
vector r’. If the elements of S are all zeros or the
iterations reach the maximum number, the decoding
is terminated with the current vector, otherwise, the
decoding go back to step 2.
Clearly the BFA has simple check node and variable
node operations, thus making it a very low
complexity decoding algorithm compared to the other
algorithms. But this advantage comes with a poor
decoding performance.
RESEARCH ARTICLE OPEN ACCESS
Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70
www.ijera.com 67|P a g e
III. proposed algorithm
3.1 Construction of a new method of LDPC codes
Table
The proposed algorithm consists of
accomplishing a table, which is divided into three
parts or steps.
Step 1: (P1) contain parity check equations.
Step2: (P2) which runs diagonally includes some
possible syndromes from parity syndromes of part 1,
without making any calculations and without any
iteration. All we need to do is flipping the variable
node ri in order to reach a Null Syndrome.
Step 3: (P3) we introduce the notion of proper
syndrome of the second part, this may we only need
to make the addition of the proper syndrome of the
second part in order to find the remaining possible
syndromes bearing in mind the algorithm of the
flowing calculation:
3.2. Parity check matrix Hofthe dimension 3x7:
Here we will only consider binary messages and
so the transmitted messages consist of strings of 0’s
and 1’s.
Example1:
Example parity check matrix
𝐻 =
1001011
0101110
0010111
In the first place,
We calculate the syndrome S of the received
codeword r such as S=𝐻𝑟T
.
If 𝐻𝑟T
=0 (null syndrome) then the received
codeword is correct, therefore terminate the
algorithm, decoding it with the corresponding
message.
If 𝐻𝑟T
≠ 0, the non-zero syndrome, therefore the
codewordreceived is incorrect.
The proposed algorithm can determinate the variable
noderithat we have toflip in order to find a null
syndrome.
Supposethe codeword received after the
transmissionchannel is 𝑟 = 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7where each
𝑟i is either 0 or 1
And𝐻𝑟T
= S1S2S3 (the syndrome S=S1S2S3)
1001011
0101110
0010111
𝑟1
𝑟2
𝑟3
𝑟4
𝑟5
𝑟6
𝑟7
= 𝑆1 𝑆2 𝑆3
Each row of H gives a parity check equation:
𝑆1 = 𝑟1 ⊕ 𝑟4 ⊕ 𝑟6 ⊕ 𝑟7
𝑆2 = 𝑟2 ⊕ 𝑟4 ⊕ 𝑟5 ⊕ 𝑟6
𝑆3 = 𝑟3 ⊕ 𝑟5 ⊕ 𝑟6 ⊕ 𝑟7
Table1.différent cases of syndrome for LDPC (7, 3)
codes
𝑠1 𝑠2 𝑠3 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑝𝑝. 𝑠 𝑝𝑖
𝑠1 x x x x
𝑝1𝑠2 X x x x
𝑠3 x x x x
100 x 𝑠1
𝑝2
010 X 𝑠2
001 x 𝑠3
110 x 𝑠1 𝑠2
011 x 𝑠2 𝑠3
111 x 𝑠1 𝑠2 𝑠3
101 x 𝑠1 𝑠3
𝑝𝑖 :Part𝑠𝑖
𝑝𝑝. 𝑠 : Proper syndrome
X in 𝑝2represents𝑟𝑖 which we have to flip in order to
find anull syndrome.
3.2.1 Explanation of the table:
Example1:
Explanation of the proper syndrome:
In column six (column r5), the case between line S1
and column r5(𝑝𝑎𝑟𝑡 1) is empty, but between line S2
and column r5 (𝑝𝑎𝑟𝑡 1), there is an X and between
line S3and column r5 (𝑝𝑎𝑟𝑡 1) there is also an X,
which gives the following Expression 𝑆2 𝑆3 (proper
syndrome in part 2), which is represented in binary
by 011(column 1 part 2).
Example 2:
Supposing after the calculation of 𝐻𝑟 𝑇
, we find
the syndrome 011 which, according to the Proposed
Algorithm, is equivalent to 𝑆2 𝑆3
In this case we only need to flip 𝑟5 to get the null
syndrome
If 𝑟5=1 will be changed to 0
If 𝑟5=0 will be changed to 1
We will explain how to read this table:
 The first part (P1) represents parity check
equation 𝑆1, 𝑆2 𝑎𝑛𝑑 𝑆3 the X represents the
𝑟𝑖forming the 𝑆𝑖
 The second part (P2) which runs diagonally in
the table represents the possible syndromes from
equations of part 1 without making any
calculations. And the X represents the ri(=1 or 0)
which we have to flipping in order to get the
syndrome which corresponds to zero.
 The third part (P3) which is in the other tables
represents the rest of the possible syndromes
which are possible to calculate by introducing
the new notion of adding proper syndromes of
part 2 (P2).
Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70
www.ijera.com 68|P a g e
3.2.2 Simulation results of the LDPC code (7.3)
with Quartus before the error correction:
The decoder receives the different code word
erroneous by the transmission channel .the VHSIC
Hardware Description Language (VHDL) that will
calculate various cases possible syndromes based on
the equation S =H𝑟 𝑇
.Such as S=S1S2S3 and
𝑟 = 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7
3.2.3Simulation results of the LDPC (7, 3) code
with Quartusafterthe correction of errors
for all cases of ri, there is the zero syndrome.
3.3Parity check matrix H of the dimension 4x9
Parity check matrix
𝑯 =
011011000
101100100
111010010
000110001
In the first place,
We calculate the syndrome S of the received
codeword r such as S =H𝑟 𝑇
 IfH𝑟 𝑇
=0(null syndrome) then the received
codeword is correct, therefore terminate the
algorithm, decoding it with the corresponding
message.
 If H𝑟 𝑇
≠0, the non-zero syndrome,
therefore the codeword received is incorrect.
The proposed algorithm can determinate the variable
node ri that we have to flip in order to find a null
syndrome,
Suppose the received codeword after the transmission
channel is 𝑟 = 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑟8 𝑟9Where eachri is
either 0 or 1and H𝑟 𝑇
= S1S2S3S4(the syndrome S=
S1S2S3S4).
011011000
101100100
111010010
000110001
𝑟1
𝑟2
𝑟3
𝑟4
𝑟5
𝑟6
𝑟7
𝑟8
𝑟9
= 𝑆1 𝑆2 𝑆3 𝑆4
Each row of H gives a parity check equation:
𝑆1 = 𝑟2 ⊕ 𝑟3 ⊕ 𝑟5 ⊕ 𝑟6
𝑆2 = 𝑟1 ⊕ 𝑟3 ⊕ 𝑟4 ⊕ 𝑟7
𝑆3 = 𝑟1 ⊕ 𝑟2 ⊕ 𝑟3 ⊕ 𝑟5 ⊕ 𝑟8
𝑆4 = 𝑟4 ⊕ 𝑟5 ⊕ 𝑟9
Table2.différent cases of syndrome for LDPC (9, 4)
codes
𝑠1 𝑠2 𝑠3 𝑠4 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑟8 𝑟9 𝑝𝑝. 𝑠 𝑝𝑖
𝑠1 x x x x
𝑝1
𝑠2 x x x x
𝑠3 x x x x x
𝑠4 x x x
0110 x 𝑠2 𝑠3
𝑝2
1010 x 𝑠1 𝑠3
1110 x 𝑠1 𝑠2 𝑠3
0101 x 𝑠2 𝑠4
1011 x 𝑠1 𝑠3 𝑠4
1000 x 𝑠1
0100 x 𝑠2
0010 x 𝑠3
0001 x 𝑠4
1111 x x 𝑠1 𝑠2 𝑠3 𝑠4
𝑝3
0111 x x 𝑠2 𝑠3 𝑠4
1101 x x 𝑠1 𝑠2 𝑠4
1001 x x 𝑠1 𝑠4
0011 x x 𝑠3 𝑠4
1100 x x 𝑠1 𝑠2
3.3.1Explanation of the table:
If we make the product of HrT
and we find for
example the syndrome 0111 which is equivalent
Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70
www.ijera.com 69|P a g e
proper syndrome S2S3S4 from the proposed
algorithm; we will look in the table, especially the
two part (P2), the ri need to flip to achieve null
syndrome.
The proposed algorithm uses the addition of
proper syndrome as follows:
 S2S3 ⊕ S4 = S2S3S4forcing us to flip r1(case of
S2S3 ) etr9 (caseof S4)or
 S2 ⊕ S3 ⊕ S4 = S2S3S4forcing us to flip
r7(case of S2), r8 (case of S3) andr9(case of S4)
or
 S2S4 ⊕ S3 = S2S3S 4forcing us to flip
r4(case of S2S4 ) andr8(case of S3).
3.3.2Simulation results of the LDPC code (9.4)
with Quart us before the error correction
3.3.3 Simulation results of the LDPC (9, 4) code
with Quartusafter the correction of errors
3.4Comparison of algorithms
The proposed algorithm presents a without
iteration and a very good performance compared to
the basic algorithm.
Proposed Algorithm Basic Algorithm
LDPC
(7,3)
Without any
iteration for all
possible syndromes
(23
-1 possible
syndromes)
23
-1 possible
syndromes and 2
possible iterations
LDPC
(9,4)
-Part 2 : without
iteration
-Part 3 :the additions
of proper syndromes
of part 2
24
-1 possible
syndromes,
4 possible
iterations.
Case of codeword
received is
r=101010100
LDPC
(10,5)
-Part 2 : without
iteration
-Part 3 : adding
proper syndromes of
the part 2
15 possibles
syndromes
possibles iteration
LDPC
(12,6)
-part 2 : without
iteration
-part 3 :the addition
of proper syndromes
of part 2
26
-1 possibles
syndromes and 4
possibles iteration
LDPC
(n, k)
if n=2k
-1 and the
columns are linearly
independent, we find
all directly
syndrome without
iteration in the part 2
(P2) of the table and
permanently delete
part 3 (P3).
if n=2k
-1 and the
columns are
linearly
independent, basic
algorithm several
iteration
IV. Conclusion
 The proposed algorithm based on the new notion
of the proper syndrome, and the shape of the
table, which allows us in a simple and easy way
to find the variable nodes that we have to flip in
order to find a null syndrome instead of the
classical iteration method.
 The proposed algorithm allows us as well to
completely eliminate and delete the classical
decoding iteration, particularly in relation to a
certain number n of the syndrome, such as n the
length of the matrix of the parity H.
 The first part in the table gives directly the
variable nodes ri that we have to flip to find a
null syndrome, and by the addition of proper
syndromes, we can find the ri that we have to
flipping in order to have the rest of the possible
null syndromes.
Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70
www.ijera.com 70|P a g e
 The proposed algorithm can be improved in
future work about the implementation of carte
FPGA, Digital Video Broadcasting-second
generation (DVB-S2).
V. Acknowledgements
This work was supported by the Laboratory of
High Energy and Engineering Sciences and reactors
The University IbnTofail of Kenitra, Morocco.
References
[1] R.G.Gallager, Low-Density Parity-Check
Codes. IRE Transactions on Information
Theory, January 1962,
[2] R. M. Tanner, "A Recursive Approach to
Low Complexity Codes", IEEE Trans.
Inform. Theory, vol. IT-27, pp. 533-547,
1981.
[3] AH. El-Maleh, MA. Landolsi and EA.
Alghoneim,“Window-constrained
interconnect-efficient progressive edge
growth LDPC codes”, international journal
of electronics and communications VOL.
67, 2013.
[4] Lagrini Lakbir, Sedra Moulay Brahim,
Optimization of A New Low Density Parity-
Check Decoder using The Syndrome Block,
The University Ibn Tofail of Kenitra at
Morocco, International Journal Of Scientific
Progress And Research (Ijspr) Volume-10,
Number - 03, 2015
[5] NP. Bhavsar, B. Vala, “Design of Hard and
Soft Decision Decoding Algorithms of
LDPC”, International Journal of Computer
Applications VOL. 90(4), (2014),
http://dx.doi.org /10.5120/15803-4653.

More Related Content

What's hot

Error control coding techniques
Error control coding techniquesError control coding techniques
Error control coding techniquesDhanashriNandre
 
Block coding, error detection (Parity checking, Cyclic redundancy checking (C...
Block coding, error detection (Parity checking, Cyclic redundancy checking (C...Block coding, error detection (Parity checking, Cyclic redundancy checking (C...
Block coding, error detection (Parity checking, Cyclic redundancy checking (C...Paulo_Vangui
 
Error Detection and Correction
Error Detection and CorrectionError Detection and Correction
Error Detection and CorrectionTechiNerd
 
Convolutional Error Control Coding
Convolutional Error Control CodingConvolutional Error Control Coding
Convolutional Error Control CodingMohammed Abuibaid
 
Error control, parity check, check sum, vrc
Error control, parity check, check sum, vrcError control, parity check, check sum, vrc
Error control, parity check, check sum, vrcHuawei Technologies
 
Error Control Coding -Introduction
Error Control Coding -IntroductionError Control Coding -Introduction
Error Control Coding -IntroductionBurdwan University
 
New error-detection (2)
New error-detection (2)New error-detection (2)
New error-detection (2)Nitesh Singh
 
Error detection methods-computer networks
Error detection methods-computer networksError detection methods-computer networks
Error detection methods-computer networksDHIVYADEVAKI
 
Convolutional Codes And Their Decoding
Convolutional Codes And Their DecodingConvolutional Codes And Their Decoding
Convolutional Codes And Their DecodingKakali Saharia
 
Error Correction of Burst error
Error Correction of Burst errorError Correction of Burst error
Error Correction of Burst errorTanzila Islam
 
design and analysis of algorithm
design and analysis of algorithmdesign and analysis of algorithm
design and analysis of algorithmMuhammad Arish
 
Parity check, redundancy, and errors
Parity check, redundancy, and errorsParity check, redundancy, and errors
Parity check, redundancy, and errorsKARIMU KHATWABI
 
Calculating the hamming code
Calculating the hamming codeCalculating the hamming code
Calculating the hamming codeUmesh Gupta
 
Error Correction And Hamming Code Ibrar
Error Correction And Hamming Code IbrarError Correction And Hamming Code Ibrar
Error Correction And Hamming Code Ibraribrar562
 
Error Detection N Correction
Error Detection N CorrectionError Detection N Correction
Error Detection N CorrectionAnkan Adhikari
 

What's hot (20)

Error control coding techniques
Error control coding techniquesError control coding techniques
Error control coding techniques
 
Block coding, error detection (Parity checking, Cyclic redundancy checking (C...
Block coding, error detection (Parity checking, Cyclic redundancy checking (C...Block coding, error detection (Parity checking, Cyclic redundancy checking (C...
Block coding, error detection (Parity checking, Cyclic redundancy checking (C...
 
Error Detection and Correction
Error Detection and CorrectionError Detection and Correction
Error Detection and Correction
 
Convolutional Error Control Coding
Convolutional Error Control CodingConvolutional Error Control Coding
Convolutional Error Control Coding
 
Error control, parity check, check sum, vrc
Error control, parity check, check sum, vrcError control, parity check, check sum, vrc
Error control, parity check, check sum, vrc
 
Error Control Coding -Introduction
Error Control Coding -IntroductionError Control Coding -Introduction
Error Control Coding -Introduction
 
New error-detection (2)
New error-detection (2)New error-detection (2)
New error-detection (2)
 
Error detection methods-computer networks
Error detection methods-computer networksError detection methods-computer networks
Error detection methods-computer networks
 
Convolutional Codes And Their Decoding
Convolutional Codes And Their DecodingConvolutional Codes And Their Decoding
Convolutional Codes And Their Decoding
 
Presentation 1
Presentation 1Presentation 1
Presentation 1
 
Error Correction of Burst error
Error Correction of Burst errorError Correction of Burst error
Error Correction of Burst error
 
design and analysis of algorithm
design and analysis of algorithmdesign and analysis of algorithm
design and analysis of algorithm
 
Parity check, redundancy, and errors
Parity check, redundancy, and errorsParity check, redundancy, and errors
Parity check, redundancy, and errors
 
C6 agramakrishnan1
C6 agramakrishnan1C6 agramakrishnan1
C6 agramakrishnan1
 
Calculating the hamming code
Calculating the hamming codeCalculating the hamming code
Calculating the hamming code
 
Error Correction And Hamming Code Ibrar
Error Correction And Hamming Code IbrarError Correction And Hamming Code Ibrar
Error Correction And Hamming Code Ibrar
 
Linear block code
Linear block codeLinear block code
Linear block code
 
error control coding
error control coding error control coding
error control coding
 
Error Detection N Correction
Error Detection N CorrectionError Detection N Correction
Error Detection N Correction
 
Hamming codes
Hamming codesHamming codes
Hamming codes
 

Similar to Optimization and simulation of a New Low Density Parity-Check Decoder using the Syndrome Block

Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...IJERA Editor
 
Encoder for (7,3) cyclic code using matlab
Encoder for (7,3) cyclic code using matlabEncoder for (7,3) cyclic code using matlab
Encoder for (7,3) cyclic code using matlabSneheshDutta
 
Lecture Notes: EEEC6440315 Communication Systems - Information Theory
Lecture Notes:  EEEC6440315 Communication Systems - Information TheoryLecture Notes:  EEEC6440315 Communication Systems - Information Theory
Lecture Notes: EEEC6440315 Communication Systems - Information TheoryAIMST University
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder IJECEIAES
 
Reed_Solomon_Implementation
Reed_Solomon_ImplementationReed_Solomon_Implementation
Reed_Solomon_Implementationramya c b
 
Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...
Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...
Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...IJMER
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...IJCSEA Journal
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Design and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding AlgorithmDesign and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding Algorithmcsandit
 
Design of optimized Interval Arithmetic Multiplier
Design of optimized Interval Arithmetic MultiplierDesign of optimized Interval Arithmetic Multiplier
Design of optimized Interval Arithmetic MultiplierVLSICS Design
 
Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726marangburu42
 
Differential 8 PSK code with multisymbol interleaving
Differential 8 PSK code with multisymbol interleavingDifferential 8 PSK code with multisymbol interleaving
Differential 8 PSK code with multisymbol interleavingSaša Đorđević
 

Similar to Optimization and simulation of a New Low Density Parity-Check Decoder using the Syndrome Block (20)

K505028085
K505028085K505028085
K505028085
 
Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...Conception of a new Syndrome Block for BCH codes with hardware Implementation...
Conception of a new Syndrome Block for BCH codes with hardware Implementation...
 
Encoder for (7,3) cyclic code using matlab
Encoder for (7,3) cyclic code using matlabEncoder for (7,3) cyclic code using matlab
Encoder for (7,3) cyclic code using matlab
 
K034066071
K034066071K034066071
K034066071
 
Lecture Notes: EEEC6440315 Communication Systems - Information Theory
Lecture Notes:  EEEC6440315 Communication Systems - Information TheoryLecture Notes:  EEEC6440315 Communication Systems - Information Theory
Lecture Notes: EEEC6440315 Communication Systems - Information Theory
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
 
Reed_Solomon_Implementation
Reed_Solomon_ImplementationReed_Solomon_Implementation
Reed_Solomon_Implementation
 
Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...
Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...
Cross Spectral Density Analysis for Various Codes Suitable for Spread Spectru...
 
Channel Coding (Error Control Coding)
Channel Coding (Error Control Coding)Channel Coding (Error Control Coding)
Channel Coding (Error Control Coding)
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
NON-STATISTICAL EUCLIDEAN-DISTANCE SISO DECODING OF ERROR-CORRECTING CODES OV...
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Design and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding AlgorithmDesign and Implementation of Variable Radius Sphere Decoding Algorithm
Design and Implementation of Variable Radius Sphere Decoding Algorithm
 
Design of optimized Interval Arithmetic Multiplier
Design of optimized Interval Arithmetic MultiplierDesign of optimized Interval Arithmetic Multiplier
Design of optimized Interval Arithmetic Multiplier
 
Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726Dd 160506122947-160630175555-160701121726
Dd 160506122947-160630175555-160701121726
 
Differential 8 PSK code with multisymbol interleaving
Differential 8 PSK code with multisymbol interleavingDifferential 8 PSK code with multisymbol interleaving
Differential 8 PSK code with multisymbol interleaving
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

Optimization and simulation of a New Low Density Parity-Check Decoder using the Syndrome Block

  • 1. Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70 www.ijera.com 66|P a g e Optimization and simulation of a New Low Density Parity-Check Decoder using the Syndrome Block Lagrini Lakbir 1 , Sedra Moulay Brahim 2 1,2 Laboratory of High Energy and Engineering Science sand Reactors the University Ibn to fail of Kenitra at Morocco. ABSTRACT The Low Density Parity-Check codes are one of the hottest topics in coding theory nowadays equipped with very fast encoding and decoding algorithms, LDPC are very attractive both theoretically and practically.In this article, we present a simulation of a work that has been accepted in an international journal. The newalgorithm allows us to correct errors quickly and without iterations. We show that the proposed algorithm simulation can be applied for both regular and irregular LDPC codes. First, we developed the design of the syndrome Block Second, we generated and simulated the hardware description language source code using Quartus software tools, and finally we show low complexity compared to the basic algorithm. Keywords-Bit Flipping Algorithm, Low Density Parity Check decoder, proper syndrome, simulation of the syndrome block. I. INTRODUCTION The Low density parity-check code (LDPC) is an error correcting code used to protect information against noise introduced by the transmission channel and reduce the probability of loss information.Grace Low Density Parity Check, the information transmission rate can be as close to Shannon limit in the same noisy channel. LDPC was developed by Robert Gallager [1] in his doctoral dissertation at MIT in 1960. Theses codes were ignored until 1981when R. Michael Tanner gave them a new interpretation of the graphical representation of the codes [2]. In 1993, with the invention of turbo codes, researchers switched their focus to finding low complexity code which can approach Shannon channel limit. Nowadays, LDPC have made its way into some modern applications such as 10GBase-T Ethernet, Wi-Fi, Wi MAX, Digital Video Broadcasting (DVB) [3], which is based on hard- decision decoding, has the least complexity but suffers from poor performance of iteration. In this paper, a low complexity for the syndrome Block algorithm of LDPC decoding is proposed to achieve a trade-off between implementation complexities compared to the bit-flipping algorithm (BFA),particularly in the second part of the table. At the same time this method reduces the number of iteration by introduction the simulation of a new concept of proper syndromes in part 3. II. Bit-Flipping Algorithm The Bit-Flipping algorithm is based on hard- decision message passing technique. A binary hard- decision is done on the received channel data and then passed to the decoder. The messages passed between the check node and variable nodes are also single-bit hard-decision binary values. The variable node (r) sends the bit information to the connected check nodes (S) over the edges. The check node performs a parity check operation on the bits received from the variable nodes. It sends the message back to the respective variable nodes with a suggestion of the expected bit value for the parity check to be satisfied [5]. The algorithm: Step 1: We use the equation S = 𝐻𝑟T to calculate the syndrome with the received vector. If the elements in the set of S are all zeros, it’s terminated with the correct vector, otherwise, go to the next step. Step 2: Calculate the set of {f0, f1, · · ·, fN−1} and find the largest fj .Then transfer the corresponding rj to its opposite number (0 or 1), get a new vector r’. Step 3: Calculate the vector S = 𝐻𝑟T with the new vector r’. If the elements of S are all zeros or the iterations reach the maximum number, the decoding is terminated with the current vector, otherwise, the decoding go back to step 2. Clearly the BFA has simple check node and variable node operations, thus making it a very low complexity decoding algorithm compared to the other algorithms. But this advantage comes with a poor decoding performance. RESEARCH ARTICLE OPEN ACCESS
  • 2. Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70 www.ijera.com 67|P a g e III. proposed algorithm 3.1 Construction of a new method of LDPC codes Table The proposed algorithm consists of accomplishing a table, which is divided into three parts or steps. Step 1: (P1) contain parity check equations. Step2: (P2) which runs diagonally includes some possible syndromes from parity syndromes of part 1, without making any calculations and without any iteration. All we need to do is flipping the variable node ri in order to reach a Null Syndrome. Step 3: (P3) we introduce the notion of proper syndrome of the second part, this may we only need to make the addition of the proper syndrome of the second part in order to find the remaining possible syndromes bearing in mind the algorithm of the flowing calculation: 3.2. Parity check matrix Hofthe dimension 3x7: Here we will only consider binary messages and so the transmitted messages consist of strings of 0’s and 1’s. Example1: Example parity check matrix 𝐻 = 1001011 0101110 0010111 In the first place, We calculate the syndrome S of the received codeword r such as S=𝐻𝑟T . If 𝐻𝑟T =0 (null syndrome) then the received codeword is correct, therefore terminate the algorithm, decoding it with the corresponding message. If 𝐻𝑟T ≠ 0, the non-zero syndrome, therefore the codewordreceived is incorrect. The proposed algorithm can determinate the variable noderithat we have toflip in order to find a null syndrome. Supposethe codeword received after the transmissionchannel is 𝑟 = 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7where each 𝑟i is either 0 or 1 And𝐻𝑟T = S1S2S3 (the syndrome S=S1S2S3) 1001011 0101110 0010111 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 = 𝑆1 𝑆2 𝑆3 Each row of H gives a parity check equation: 𝑆1 = 𝑟1 ⊕ 𝑟4 ⊕ 𝑟6 ⊕ 𝑟7 𝑆2 = 𝑟2 ⊕ 𝑟4 ⊕ 𝑟5 ⊕ 𝑟6 𝑆3 = 𝑟3 ⊕ 𝑟5 ⊕ 𝑟6 ⊕ 𝑟7 Table1.différent cases of syndrome for LDPC (7, 3) codes 𝑠1 𝑠2 𝑠3 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑝𝑝. 𝑠 𝑝𝑖 𝑠1 x x x x 𝑝1𝑠2 X x x x 𝑠3 x x x x 100 x 𝑠1 𝑝2 010 X 𝑠2 001 x 𝑠3 110 x 𝑠1 𝑠2 011 x 𝑠2 𝑠3 111 x 𝑠1 𝑠2 𝑠3 101 x 𝑠1 𝑠3 𝑝𝑖 :Part𝑠𝑖 𝑝𝑝. 𝑠 : Proper syndrome X in 𝑝2represents𝑟𝑖 which we have to flip in order to find anull syndrome. 3.2.1 Explanation of the table: Example1: Explanation of the proper syndrome: In column six (column r5), the case between line S1 and column r5(𝑝𝑎𝑟𝑡 1) is empty, but between line S2 and column r5 (𝑝𝑎𝑟𝑡 1), there is an X and between line S3and column r5 (𝑝𝑎𝑟𝑡 1) there is also an X, which gives the following Expression 𝑆2 𝑆3 (proper syndrome in part 2), which is represented in binary by 011(column 1 part 2). Example 2: Supposing after the calculation of 𝐻𝑟 𝑇 , we find the syndrome 011 which, according to the Proposed Algorithm, is equivalent to 𝑆2 𝑆3 In this case we only need to flip 𝑟5 to get the null syndrome If 𝑟5=1 will be changed to 0 If 𝑟5=0 will be changed to 1 We will explain how to read this table:  The first part (P1) represents parity check equation 𝑆1, 𝑆2 𝑎𝑛𝑑 𝑆3 the X represents the 𝑟𝑖forming the 𝑆𝑖  The second part (P2) which runs diagonally in the table represents the possible syndromes from equations of part 1 without making any calculations. And the X represents the ri(=1 or 0) which we have to flipping in order to get the syndrome which corresponds to zero.  The third part (P3) which is in the other tables represents the rest of the possible syndromes which are possible to calculate by introducing the new notion of adding proper syndromes of part 2 (P2).
  • 3. Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70 www.ijera.com 68|P a g e 3.2.2 Simulation results of the LDPC code (7.3) with Quartus before the error correction: The decoder receives the different code word erroneous by the transmission channel .the VHSIC Hardware Description Language (VHDL) that will calculate various cases possible syndromes based on the equation S =H𝑟 𝑇 .Such as S=S1S2S3 and 𝑟 = 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 3.2.3Simulation results of the LDPC (7, 3) code with Quartusafterthe correction of errors for all cases of ri, there is the zero syndrome. 3.3Parity check matrix H of the dimension 4x9 Parity check matrix 𝑯 = 011011000 101100100 111010010 000110001 In the first place, We calculate the syndrome S of the received codeword r such as S =H𝑟 𝑇  IfH𝑟 𝑇 =0(null syndrome) then the received codeword is correct, therefore terminate the algorithm, decoding it with the corresponding message.  If H𝑟 𝑇 ≠0, the non-zero syndrome, therefore the codeword received is incorrect. The proposed algorithm can determinate the variable node ri that we have to flip in order to find a null syndrome, Suppose the received codeword after the transmission channel is 𝑟 = 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑟8 𝑟9Where eachri is either 0 or 1and H𝑟 𝑇 = S1S2S3S4(the syndrome S= S1S2S3S4). 011011000 101100100 111010010 000110001 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑟8 𝑟9 = 𝑆1 𝑆2 𝑆3 𝑆4 Each row of H gives a parity check equation: 𝑆1 = 𝑟2 ⊕ 𝑟3 ⊕ 𝑟5 ⊕ 𝑟6 𝑆2 = 𝑟1 ⊕ 𝑟3 ⊕ 𝑟4 ⊕ 𝑟7 𝑆3 = 𝑟1 ⊕ 𝑟2 ⊕ 𝑟3 ⊕ 𝑟5 ⊕ 𝑟8 𝑆4 = 𝑟4 ⊕ 𝑟5 ⊕ 𝑟9 Table2.différent cases of syndrome for LDPC (9, 4) codes 𝑠1 𝑠2 𝑠3 𝑠4 𝑟1 𝑟2 𝑟3 𝑟4 𝑟5 𝑟6 𝑟7 𝑟8 𝑟9 𝑝𝑝. 𝑠 𝑝𝑖 𝑠1 x x x x 𝑝1 𝑠2 x x x x 𝑠3 x x x x x 𝑠4 x x x 0110 x 𝑠2 𝑠3 𝑝2 1010 x 𝑠1 𝑠3 1110 x 𝑠1 𝑠2 𝑠3 0101 x 𝑠2 𝑠4 1011 x 𝑠1 𝑠3 𝑠4 1000 x 𝑠1 0100 x 𝑠2 0010 x 𝑠3 0001 x 𝑠4 1111 x x 𝑠1 𝑠2 𝑠3 𝑠4 𝑝3 0111 x x 𝑠2 𝑠3 𝑠4 1101 x x 𝑠1 𝑠2 𝑠4 1001 x x 𝑠1 𝑠4 0011 x x 𝑠3 𝑠4 1100 x x 𝑠1 𝑠2 3.3.1Explanation of the table: If we make the product of HrT and we find for example the syndrome 0111 which is equivalent
  • 4. Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70 www.ijera.com 69|P a g e proper syndrome S2S3S4 from the proposed algorithm; we will look in the table, especially the two part (P2), the ri need to flip to achieve null syndrome. The proposed algorithm uses the addition of proper syndrome as follows:  S2S3 ⊕ S4 = S2S3S4forcing us to flip r1(case of S2S3 ) etr9 (caseof S4)or  S2 ⊕ S3 ⊕ S4 = S2S3S4forcing us to flip r7(case of S2), r8 (case of S3) andr9(case of S4) or  S2S4 ⊕ S3 = S2S3S 4forcing us to flip r4(case of S2S4 ) andr8(case of S3). 3.3.2Simulation results of the LDPC code (9.4) with Quart us before the error correction 3.3.3 Simulation results of the LDPC (9, 4) code with Quartusafter the correction of errors 3.4Comparison of algorithms The proposed algorithm presents a without iteration and a very good performance compared to the basic algorithm. Proposed Algorithm Basic Algorithm LDPC (7,3) Without any iteration for all possible syndromes (23 -1 possible syndromes) 23 -1 possible syndromes and 2 possible iterations LDPC (9,4) -Part 2 : without iteration -Part 3 :the additions of proper syndromes of part 2 24 -1 possible syndromes, 4 possible iterations. Case of codeword received is r=101010100 LDPC (10,5) -Part 2 : without iteration -Part 3 : adding proper syndromes of the part 2 15 possibles syndromes possibles iteration LDPC (12,6) -part 2 : without iteration -part 3 :the addition of proper syndromes of part 2 26 -1 possibles syndromes and 4 possibles iteration LDPC (n, k) if n=2k -1 and the columns are linearly independent, we find all directly syndrome without iteration in the part 2 (P2) of the table and permanently delete part 3 (P3). if n=2k -1 and the columns are linearly independent, basic algorithm several iteration IV. Conclusion  The proposed algorithm based on the new notion of the proper syndrome, and the shape of the table, which allows us in a simple and easy way to find the variable nodes that we have to flip in order to find a null syndrome instead of the classical iteration method.  The proposed algorithm allows us as well to completely eliminate and delete the classical decoding iteration, particularly in relation to a certain number n of the syndrome, such as n the length of the matrix of the parity H.  The first part in the table gives directly the variable nodes ri that we have to flip to find a null syndrome, and by the addition of proper syndromes, we can find the ri that we have to flipping in order to have the rest of the possible null syndromes.
  • 5. Lagrini Lakbir Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 6, Issue 2, (Part - 6) February 2016, pp.66-70 www.ijera.com 70|P a g e  The proposed algorithm can be improved in future work about the implementation of carte FPGA, Digital Video Broadcasting-second generation (DVB-S2). V. Acknowledgements This work was supported by the Laboratory of High Energy and Engineering Sciences and reactors The University IbnTofail of Kenitra, Morocco. References [1] R.G.Gallager, Low-Density Parity-Check Codes. IRE Transactions on Information Theory, January 1962, [2] R. M. Tanner, "A Recursive Approach to Low Complexity Codes", IEEE Trans. Inform. Theory, vol. IT-27, pp. 533-547, 1981. [3] AH. El-Maleh, MA. Landolsi and EA. Alghoneim,“Window-constrained interconnect-efficient progressive edge growth LDPC codes”, international journal of electronics and communications VOL. 67, 2013. [4] Lagrini Lakbir, Sedra Moulay Brahim, Optimization of A New Low Density Parity- Check Decoder using The Syndrome Block, The University Ibn Tofail of Kenitra at Morocco, International Journal Of Scientific Progress And Research (Ijspr) Volume-10, Number - 03, 2015 [5] NP. Bhavsar, B. Vala, “Design of Hard and Soft Decision Decoding Algorithms of LDPC”, International Journal of Computer Applications VOL. 90(4), (2014), http://dx.doi.org /10.5120/15803-4653.