Low-density parity-check codes

Size: px
Start display at page:

Download "Low-density parity-check codes"

Transcription

1 Low-density parity-check codes From principles to practice Dr. Steve Weller School of Electrical Engineering and Computer Science The University of Newcastle, Callaghan, NSW 2308 Australia Work supported by the Australian Research Council (ARC) under Discovery Project Grant DP Page 1

2 The binary symmetric channel 1 ε 0 0 ε ε ε Until the late 1940 s communication engineers believed that reliable use of channel required either: increase in signal-to-noise ratio repeated transmission of message Binary symmetric channel (BSC) with crossover probability ε Like shouting for a beer in a crowded pub Page 2

3 Channel coding for reliable communication Shannon s 1948 paper A mathematical theory of communication revolutionised this view: either communication can be made reliable, or it cannot k message Channel code defines the mapping from messages to codewords use channel n times but use these n transmissions to send just k n bits of information n code rate R k n (n,k) code codeword Page 3

4 Channel coding theorem for BSC Define BSC capacity CBSC ( ε ) = 1 h( ε ) ( ) log ( 1 ) log ( 1 ) h x x x x x 2 2 With code rate R, arbitrarily reliable use of channel possible if and only if R < C BSC Example: with ε = 0.11 have C BSC = 0.5 for rate-1/2 code, expect to tolerate at most 11% channel errors Page 4

5 In this overview Shannon s 1948 Noisy Channel Coding theorem is nonbut indicates that capacity-approaching codes: Use long codewords Use random codewords Exhibit threshold behaviour w.r.t noise In this overview we look at low-density parity-check (LDPC) codes capable of getting extremely close to capacity on BSC, AWGN (+others) LDPC codes: Use long codewords Use codewords specified by random-ish parity-check matrix Exhibit threshold behaviour w.r.t. noise Page 5

6 LDPC codes for BSC Start by designing an LDPC code for the BSC Will introduce most of the key ingredients: Two representations of the code: parity-check matrix Tanner graph Parity-check matrix randomly selected from ensemble Message passing decoder on Tanner graph Noise thresholds Won t produce a code close to capacity limited to crossover probabilities ε Won t use soft information from channel for BSC, each received bit is equally unreliable Message-passing decoder limited to discrete alphabet {0,1} Page 6

7 Low-density parity-check codes c.1962 LDPC codes introduced by PhD student Robert Gallager in 1960 thesis (MIT) then almost totally neglected for 35 years Total of 14 citations of paper or monograph to /year 380 citations /week Page 7

8 Codes from parity-check equations Start with a small example: (10,5) linear block code with codewords x 1 x 2 x 3 x 10 Each length n = 10 codeword satisfies all five of the following constraints: x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 2 x 3 x 5 x 6 x 7 x 8 = 0 x 1 x 2 x 3 x 4 x 5 x 9 = 0 x 1 x 2 x 4 x 7 x 9 x 10 = 0 x 3 x 4 x 6 x 7 x 8 x 10 = 0 = addition modulo-2 = 2-input XOR gate Easy to confirm there are 32 = 2 5 length-10 words satisfying all constraints, so this is indeed a (10,5) code Page 8

9 Parity-check matrices Parity-check matrices represent parity-check equations in the obvious way: Each row of matrix represents one equation H = x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 2 x 3 x 5 x 6 x 7 x 8 = 0 x 1 x 2 x 3 x 4 x 5 x 9 = 0 x 1 x 2 x 4 x 7 x 9 x 10 = 0 x 3 x 4 x 6 x 7 x 8 x 10 = 0 Page 9

10 Parity-check matrices Parity-check matrices represent parity-check equations in the obvious way: Each row of matrix represents one equation Each column of matrix indicates the parity-check equations involving the corresponding codeword bit H = x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 2 x 3 x 5 x 6 x 7 x 8 = 0 x 1 x 2 x 3 x 4 x 5 x 9 = 0 x 1 x 2 x 4 x 7 x 9 x 10 = 0 x 3 x 4 x 6 x 7 x 8 x 10 = 0 Page 10

11 (d v,d c )-regular LDPC codes The LDPC codes considered by Gallager were (d v,d c )-regular codes. Parity-check matrix H has: constant column weight d v H = d v =3 Page 11

12 (d v,d c )-regular LDPC codes The LDPC codes considered by Gallager were (d v,d c )-regular codes. Parity-check matrix H has: constant column weight d v constant row weight d c H = d c =6 (3,6)-regular code d v and d c are typically fixed, independent of dimensions of H Thus for example a (3,6)-regular (1000,500) code has just 0.6% of entries of H being non-zero Sparsity of H gives rise to low-density in LDPC name Page 12

13 Tanner graphs variable nodes x 1 x 2 x 3 check nodes x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 4 x 5 x 6 x 7 x 8 x 9 x 10 Page 13

14 Tanner graphs variable nodes x 1 x 2 x 3 x 4 check nodes x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 2 x 3 x 5 x 6 x 7 x 8 = 0 x 5 x 6 x 7 x 8 x 9 x 10 Page 14

15 Tanner graphs variable nodes x 1 check nodes x 2 x 3 x 4 x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 2 x 3 x 5 x 6 x 7 x 8 = 0 x 5 x 6 x 1 x 2 x 3 x 4 x 5 x 9 = 0 x 7 x 8 x 9 x 10 Page 15

16 Tanner graphs variable nodes x 1 check nodes x 2 x 3 x 4 x 1 x 5 x 6 x 8 x 9 x 10 = 0 x 2 x 3 x 5 x 6 x 7 x 8 = 0 x 5 x 6 x 7 x 8 x 9 x 1 x 2 x 3 x 4 x 5 x 9 = 0 x 1 x 2 x 4 x 7 x 9 x 10 = 0 x 3 x 4 x 6 x 7 x 8 x 10 = 0 x 10 Page 16

17 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 17

18 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 18

19 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 19

20 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 20

21 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 21

22 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 22

23 LDPC codes from ensembles LDPC codes are typically constructed by selecting a parity-check matrix at random from a suitably defined ensemble e.g. ensemble of (3,6)-regular codes But how to select a bi-regular graph uniformly at random? Following construction is easy to implement extends readily to irregular codes (to follow) Page 23

24 LDPC codes from ensembles In practice, purely random graph realisation often modified slightly: forbid repeated edges between nodes avoid short cycles in Tanner graph, especially cycles of length-4 Page 24

25 Gallager s hard-decision decoding algorithm initialisation received bit is broadcast 1 check-to-variable x 1 =x 5 x 6 x 8 x 9 x 10 variable-to-check 0 If incoming messages on other edges are unanimous, send this message, otherwise send received bit Page 25

26 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.02 after 1 round of bit-flipping Page 26

27 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.02 after 2 rounds of bit-flipping Page 27

28 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.02 after 3 rounds of bit-flipping Page 28

29 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.02 after 4 rounds of bit-flipping Page 29

30 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 1 round of bit-flipping Page 30

31 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 2 rounds of bit-flipping Page 31

32 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 3 rounds of bit-flipping Page 32

33 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 4 rounds of bit-flipping Page 33

34 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 5 rounds of bit-flipping Page 34

35 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 6 rounds of bit-flipping Page 35

36 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 7 rounds of bit-flipping Page 36

37 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 8 rounds of bit-flipping Page 37

38 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = 0.03 after 9 rounds of bit-flipping Page 38

39 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 1 round of bit-flipping Page 39

40 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 2 rounds of bit-flipping Page 40

41 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 3 rounds of bit-flipping Page 41

42 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 4 rounds of bit-flipping Page 42

43 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 5 rounds of bit-flipping Page 43

44 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 6 rounds of bit-flipping Page 44

45 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 7 rounds of bit-flipping Page 45

46 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 8 rounds of bit-flipping Page 46

47 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 9 rounds of bit-flipping Page 47

48 (3,6)-regular code, rate-1/2, length = 1000 hard-decision decoding received bits ε = after 10 rounds of bit-flipping Page 48

49 Preparing to compute the noise threshold Simulation clearly suggests existence of noise threshold Simplicity of hard-decision decoding algorithm makes it possible * to track expected fraction of errors p i+1 remaining after k+1 rounds p 0 = ε * conditions apply: read the fine print shortly! ( p ) 1 dv 1 d 1 dv 1 ( p ) dc c k k pk + 1 = p0 p0 + ( 1 p0) 2 2 Page 49

50 (3,6)-regular code threshold on BSC Page 50

51 (3,6)-regular code threshold on BSC Page 51

52 (3,6)-regular code threshold on BSC Page 52

53 (3,6)-regular code threshold on BSC Page 53

54 Definition of noise threshold * ε = sup p0 such that lim pk = 0 p [0,1] k 0 For BSC, threshold for (3,6)-regular codes is * ε = Threshold upper bounds tolerable noise level for harddecision decoder on BSC Randomly chosen member of ensemble will achieve arbitrarily small target error probability, with probability that approaches 1 exponentially fast in length of code Page 54

55 The fine print Ability to readily track average fraction of decoded bits in error assumes neighbourhood of each message node is a tree for arbitrarily many rounds which it isn t Page 55

56 What was known in 1963? From Gallager s 1962 paper + monograph: Hard-decision, iterative message-passing decoder although Tanner graphs came much later in 1981 Message-passing decoder exchanging soft (=probabilistic) messages, now known as the sum-product algorithm, or belief propagation decoder Calculation of thresholds for regular codes on BSC Specific constructions of regular LDPC codes Why didn t Gallager + others discover just how good regular LDPC codes are? Page 56

57 Reflections on Gallager s work In 1965, IBM 7090 on which Gallager performed his numerical experiments was typically rented from IBM at about $A600,000 per month in today s money, allowing for inflation! Page 57

58 LDPC codes for AWGN channels LDPC codes described thus far are good, but not exceptional Additional ingredients are needed: Soft information from channel Sum-product, or belief propagation, decoder Irregular codes: degrees of variable- and check-nodes no longer constant Key to irregular codes is density evolution 2002 IEEE Information Theory Society paper award jointly to two groups of authors for work on density evolution and irregular LDPC codes: Richardson & Urbanke Luby, Mitzenmacher, Shokrollahi, and Spielman Independent rediscovery (re-invention!) of Gallager s work by MacKay (& Neal) in 1996 Page 58

59 Soft messages On additive white Gaussian noise (AWGN) channel, transmit x {-1,+1}, and receive y = x+n, n ~ N(0,σ 2 ) Soft value read from channel contains important information about x condense pair of conditional probabilities into a single log-likelihood ratio (LLR) Px ( = + 1 y) 2 log = Px ( = 1 y ) σ 2 y node v u node c node v v node c u P( x=+ 1 t) = log P ( x= 1 t ) v P( x= + 1 s) = log P ( x= 1 s ) t denotes LLR messages from channel, and from all edges into v, other than from node c s denotes LLR messages sent from all edges into node node c, other than from node v Page 59

60 Sum-product algorithm initialisation u 0 u 0 u 0 u Px ( = + 1 y) 2 = log = Px ( = 1 y ) σ 0 2 y u 0 check-to-variable u v 1 v d c-1 u d c 1 v 1 j = 2tanh tanh j= 1 2 variable-to-check 1 u 0 v u d v-1 v d v = u i= 0 i u 1 Page 60

61 Density evolution For BSC: Computed threshold by tracking expected number of bits in error after each round of hard-decision decoding This worked because messages were discrete For AWGN: Messages are LLRs, and hence are continuous To track expected behaviour of iterative decoder, need to track evolution of LLR probability densities through sum-product algorithm This is density evolution Page 61

62 Density evolution: (3,6)-regular code on AWGN Page 62

63 Density evolution: (3,6)-regular code on AWGN Page 63

64 Density evolution: (3,6)-regular code on AWGN Page 64

65 Density evolution: (3,6)-regular code on AWGN Page 65

66 Density evolution: (3,6)-regular code on AWGN Page 66

67 Density evolution: (3,6)-regular code on AWGN Page 67

68 Density evolution: (3,6)-regular code on AWGN Page 68

69 Density evolution: (3,6)-regular code on AWGN Page 69

70 Density evolution: (3,6)-regular code on AWGN Page 70

71 Density evolution: (3,6)-regular code on AWGN Page 71

72 Threshold of (3,6)-regular code on AWGN channel Page 72

73 Threshold of (3,6)-regular code on AWGN channel estimate threshold as E b /N db Page 73

74 Irregular weight distributions Have restricted attention to parity-check matrices from ensembles with column weight = d v and row weight = d c Much to be gained from allowing irregular distributions of row and column weights d v i 1 ( x) ix i 1 ( x) ix λ = λ i= 2 d c ρ = ρ i= 2 λ i = fraction of edges in Tanner graph connected to variable nodes of degree i ρ i = fraction of edges in Tanner graph connected to check nodes of degree i Page 74

75 Irregular weight distributions Example ( x) x x x ( x) x x λ = + + ρ = + Variables nodes of degrees 2, 3 and % edges connected to variable nodes of degree-2 Check nodes of degrees 5 and % of edges connected to check nodes of degree-6 Density evolution used to compute thresholds of irregular code ensembles Linear programming and (confusingly named!) differential evolution used to obtain distributions with large thresholds Page 75

76 Threshold of irregular code on AWGN channel Page 76

77 Threshold of irregular code on AWGN channel estimate threshold as E b /N db compare with threshold of 1.12 db for (3,6)-regular code Page 77

78 World champion code Weight distribution computed by Chung et al. in 2001: ( x) x x x x x λ = x x x x x x x x x x x ( x) 0.5x 0.5x ρ = + Shannon limit E b /N 0 = db at rate-1/2 With density evolution, compute threshold as E b /N 0 * = db Threshold is just db from Shannon limit! Page 78

79 BER performance results Compare bit-error rate (BER) performance of several codes All codes are rate-1/2 Comparisons intended to be illustrative rather than fair Block lengths and decoder complexities differ markedly Page 79

80 BER performance results Page 80

81 BER performance results constraint length 7 convolutional code soft-decision Viterbi decoding Page 81

82 BER performance results (3,6)-regular LDPC code block length 10 6?? iterations of sum-product decoder Page 82

83 BER performance results original turbo code of Berrou-Glavieux- Thitimajshima (ICC 93) block length 65, iterations Page 83

84 BER performance results irregular LDPC (Chung) block length 10 7 max iterations of sum-product decoder Page 84

85 Challenges to LDPC design & implementation Irregular codes designed for very long block lengths Better design methods needed for codes of length ~1000 Density evolution algorithm is numerically intensive and acutely sensitive to selection of tuning parameters and uses impractically large number of decoder iterations Gaussian approximations trade off accuracy for speed Trade-off between steepness of waterfall and depth of error floor How to design powerful irregular codes with low error floors? Efficient encoding of irregular codes is feasible, but awkward Applications typically use regular codes Silicon for highly irregular codes is problematic ASIC designers want regular structures to ease automatic placement & routing Page 85

86 Practical implementations Agere Blanksby & Howland s first proof-of-concept LDPC ASIC (2001) Flarion Technologies (Richardson) Integrated into Flash-OFDM broadband wireless (WiMAX competitor) Digital Fountain (Luby & Shokrollahi) Application of LDPC codes to packet erasure channel = Internet Lucent Technologies LDPC for optical networking;10 Gb/s, rate R = 0.93, target BER = Consultative C tee for Space Data Systems (CCSDS) Application to deep-space comms (JPL and NASA) DVB satellite communications LDPC code recently adopted as part of standard Several IEEE standards working groups: IEEE WirelessMAN (WiMAX) IEEE n WLAN (optional in both WWiSE and TGnSync proposals) IEEE 802.3an 10GBT Page 86

87 Closing remarks Titles of three AusCTW talks: MIMO systems: From theory to practice Today - LDPC codes: From principles to practice Friday - Wireless communications: Taking theory to practice The difference between theory and practice in theory is much less than the difference between theory and practice in practice. But at least in communications the difference is getting smaller! Page 87

An Introduction to Low Density Parity Check (LDPC) Codes

An Introduction to Low Density Parity Check (LDPC) Codes An Introduction to Low Density Parity Check (LDPC) Codes Jian Sun jian@csee.wvu.edu Wireless Communication Research Laboratory Lane Dept. of Comp. Sci. and Elec. Engr. West Virginia University June 3,

More information

Introduction to Low-Density Parity Check Codes. Brian Kurkoski

Introduction to Low-Density Parity Check Codes. Brian Kurkoski Introduction to Low-Density Parity Check Codes Brian Kurkoski kurkoski@ice.uec.ac.jp Outline: Low Density Parity Check Codes Review block codes History Low Density Parity Check Codes Gallager s LDPC code

More information

ECEN 655: Advanced Channel Coding

ECEN 655: Advanced Channel Coding ECEN 655: Advanced Channel Coding Course Introduction Henry D. Pfister Department of Electrical and Computer Engineering Texas A&M University ECEN 655: Advanced Channel Coding 1 / 19 Outline 1 History

More information

Belief-Propagation Decoding of LDPC Codes

Belief-Propagation Decoding of LDPC Codes LDPC Codes: Motivation Belief-Propagation Decoding of LDPC Codes Amir Bennatan, Princeton University Revolution in coding theory Reliable transmission, rates approaching capacity. BIAWGN, Rate =.5, Threshold.45

More information

EE229B - Final Project. Capacity-Approaching Low-Density Parity-Check Codes

EE229B - Final Project. Capacity-Approaching Low-Density Parity-Check Codes EE229B - Final Project Capacity-Approaching Low-Density Parity-Check Codes Pierre Garrigues EECS department, UC Berkeley garrigue@eecs.berkeley.edu May 13, 2005 Abstract The class of low-density parity-check

More information

Performance Analysis and Code Optimization of Low Density Parity-Check Codes on Rayleigh Fading Channels

Performance Analysis and Code Optimization of Low Density Parity-Check Codes on Rayleigh Fading Channels Performance Analysis and Code Optimization of Low Density Parity-Check Codes on Rayleigh Fading Channels Jilei Hou, Paul H. Siegel and Laurence B. Milstein Department of Electrical and Computer Engineering

More information

Iterative Encoding of Low-Density Parity-Check Codes

Iterative Encoding of Low-Density Parity-Check Codes Iterative Encoding of Low-Density Parity-Check Codes David Haley, Alex Grant and John Buetefuer Institute for Telecommunications Research University of South Australia Mawson Lakes Blvd Mawson Lakes SA

More information

LDPC Codes. Slides originally from I. Land p.1

LDPC Codes. Slides originally from I. Land p.1 Slides originally from I. Land p.1 LDPC Codes Definition of LDPC Codes Factor Graphs to use in decoding Decoding for binary erasure channels EXIT charts Soft-Output Decoding Turbo principle applied to

More information

Codes on graphs and iterative decoding

Codes on graphs and iterative decoding Codes on graphs and iterative decoding Bane Vasić Error Correction Coding Laboratory University of Arizona Prelude Information transmission 0 0 0 0 0 0 Channel Information transmission signal 0 0 threshold

More information

Bifurcations in iterative decoding and root locus plots

Bifurcations in iterative decoding and root locus plots Published in IET Control Theory and Applications Received on 12th March 2008 Revised on 26th August 2008 ISSN 1751-8644 Bifurcations in iterative decoding and root locus plots C.M. Kellett S.R. Weller

More information

An Introduction to Algorithmic Coding Theory

An Introduction to Algorithmic Coding Theory An Introduction to Algorithmic Coding Theory M. Amin Shokrollahi Bell Laboratories Part : Codes - A puzzle What do the following problems have in common? 2 Problem : Information Transmission MESSAGE G

More information

Codes on graphs and iterative decoding

Codes on graphs and iterative decoding Codes on graphs and iterative decoding Bane Vasić Error Correction Coding Laboratory University of Arizona Funded by: National Science Foundation (NSF) Seagate Technology Defense Advanced Research Projects

More information

Convergence analysis for a class of LDPC convolutional codes on the erasure channel

Convergence analysis for a class of LDPC convolutional codes on the erasure channel Convergence analysis for a class of LDPC convolutional codes on the erasure channel Sridharan, Arvind; Lentmaier, Michael; Costello Jr., Daniel J.; Zigangirov, Kamil Published in: [Host publication title

More information

An Introduction to Low-Density Parity-Check Codes

An Introduction to Low-Density Parity-Check Codes An Introduction to Low-Density Parity-Check Codes Paul H. Siegel Electrical and Computer Engineering University of California, San Diego 5/ 3/ 7 Copyright 27 by Paul H. Siegel Outline Shannon s Channel

More information

Introducing Low-Density Parity-Check Codes

Introducing Low-Density Parity-Check Codes Introducing Low-Density Parity-Check Codes Sarah J. Johnson School of Electrical Engineering and Computer Science The University of Newcastle Australia email: sarah.johnson@newcastle.edu.au Topic 1: Low-Density

More information

Low-Density Parity-Check Codes

Low-Density Parity-Check Codes Department of Computer Sciences Applied Algorithms Lab. July 24, 2011 Outline 1 Introduction 2 Algorithms for LDPC 3 Properties 4 Iterative Learning in Crowds 5 Algorithm 6 Results 7 Conclusion PART I

More information

Low-Density Parity-Check codes An introduction

Low-Density Parity-Check codes An introduction Low-Density Parity-Check codes An introduction c Tilo Strutz, 2010-2014,2016 June 9, 2016 Abstract Low-density parity-check codes (LDPC codes) are efficient channel coding codes that allow transmission

More information

Iterative Decoding for Wireless Networks

Iterative Decoding for Wireless Networks Iterative Decoding for Wireless Networks Thesis by Ravi Palanki In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy California Institute of Technology Pasadena, California

More information

LDPC Codes. Intracom Telecom, Peania

LDPC Codes. Intracom Telecom, Peania LDPC Codes Alexios Balatsoukas-Stimming and Athanasios P. Liavas Technical University of Crete Dept. of Electronic and Computer Engineering Telecommunications Laboratory December 16, 2011 Intracom Telecom,

More information

Low Density Parity Check (LDPC) Codes and the Need for Stronger ECC. August 2011 Ravi Motwani, Zion Kwok, Scott Nelson

Low Density Parity Check (LDPC) Codes and the Need for Stronger ECC. August 2011 Ravi Motwani, Zion Kwok, Scott Nelson Low Density Parity Check (LDPC) Codes and the Need for Stronger ECC August 2011 Ravi Motwani, Zion Kwok, Scott Nelson Agenda NAND ECC History Soft Information What is soft information How do we obtain

More information

On Generalized EXIT Charts of LDPC Code Ensembles over Binary-Input Output-Symmetric Memoryless Channels

On Generalized EXIT Charts of LDPC Code Ensembles over Binary-Input Output-Symmetric Memoryless Channels 2012 IEEE International Symposium on Information Theory Proceedings On Generalied EXIT Charts of LDPC Code Ensembles over Binary-Input Output-Symmetric Memoryless Channels H Mamani 1, H Saeedi 1, A Eslami

More information

Lecture 4 : Introduction to Low-density Parity-check Codes

Lecture 4 : Introduction to Low-density Parity-check Codes Lecture 4 : Introduction to Low-density Parity-check Codes LDPC codes are a class of linear block codes with implementable decoders, which provide near-capacity performance. History: 1. LDPC codes were

More information

Construction of low complexity Array based Quasi Cyclic Low density parity check (QC-LDPC) codes with low error floor

Construction of low complexity Array based Quasi Cyclic Low density parity check (QC-LDPC) codes with low error floor Construction of low complexity Array based Quasi Cyclic Low density parity check (QC-LDPC) codes with low error floor Pravin Salunkhe, Prof D.P Rathod Department of Electrical Engineering, Veermata Jijabai

More information

5. Density evolution. Density evolution 5-1

5. Density evolution. Density evolution 5-1 5. Density evolution Density evolution 5-1 Probabilistic analysis of message passing algorithms variable nodes factor nodes x1 a x i x2 a(x i ; x j ; x k ) x3 b x4 consider factor graph model G = (V ;

More information

Making Error Correcting Codes Work for Flash Memory

Making Error Correcting Codes Work for Flash Memory Making Error Correcting Codes Work for Flash Memory Part I: Primer on ECC, basics of BCH and LDPC codes Lara Dolecek Laboratory for Robust Information Systems (LORIS) Center on Development of Emerging

More information

Analysis of Sum-Product Decoding of Low-Density Parity-Check Codes Using a Gaussian Approximation

Analysis of Sum-Product Decoding of Low-Density Parity-Check Codes Using a Gaussian Approximation IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 47, NO. 2, FEBRUARY 2001 657 Analysis of Sum-Product Decoding of Low-Density Parity-Check Codes Using a Gaussian Approximation Sae-Young Chung, Member, IEEE,

More information

Graph-based Codes and Iterative Decoding

Graph-based Codes and Iterative Decoding Graph-based Codes and Iterative Decoding Thesis by Aamod Khandekar In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy California Institute of Technology Pasadena, California

More information

Decoding Codes on Graphs

Decoding Codes on Graphs Decoding Codes on Graphs 2. Probabilistic Decoding A S Madhu and Aditya Nori 1.Int roduct ion A S Madhu Aditya Nori A S Madhu and Aditya Nori are graduate students with the Department of Computer Science

More information

2 Information transmission is typically corrupted by noise during transmission. Various strategies have been adopted for reducing or eliminating the n

2 Information transmission is typically corrupted by noise during transmission. Various strategies have been adopted for reducing or eliminating the n Finite size eects and error-free communication in Gaussian channels Ido Kanter and David Saad # Minerva Center and Department of Physics, Bar-Ilan University, Ramat-Gan 52900, Israel. # The Neural Computing

More information

Time-invariant LDPC convolutional codes

Time-invariant LDPC convolutional codes Time-invariant LDPC convolutional codes Dimitris Achlioptas, Hamed Hassani, Wei Liu, and Rüdiger Urbanke Department of Computer Science, UC Santa Cruz, USA Email: achlioptas@csucscedu Department of Computer

More information

Construction and Performance Evaluation of QC-LDPC Codes over Finite Fields

Construction and Performance Evaluation of QC-LDPC Codes over Finite Fields MEE10:83 Construction and Performance Evaluation of QC-LDPC Codes over Finite Fields Ihsan Ullah Sohail Noor This thesis is presented as part of the Degree of Master of Sciences in Electrical Engineering

More information

Structured Low-Density Parity-Check Codes: Algebraic Constructions

Structured Low-Density Parity-Check Codes: Algebraic Constructions Structured Low-Density Parity-Check Codes: Algebraic Constructions Shu Lin Department of Electrical and Computer Engineering University of California, Davis Davis, California 95616 Email:shulin@ece.ucdavis.edu

More information

LDPC Decoder LLR Stopping Criterion

LDPC Decoder LLR Stopping Criterion International Conference on Innovative Trends in Electronics Communication and Applications 1 International Conference on Innovative Trends in Electronics Communication and Applications 2015 [ICIECA 2015]

More information

On the Typicality of the Linear Code Among the LDPC Coset Code Ensemble

On the Typicality of the Linear Code Among the LDPC Coset Code Ensemble 5 Conference on Information Sciences and Systems The Johns Hopkins University March 16 18 5 On the Typicality of the Linear Code Among the LDPC Coset Code Ensemble C.-C. Wang S.R. Kulkarni and H.V. Poor

More information

Slepian-Wolf Code Design via Source-Channel Correspondence

Slepian-Wolf Code Design via Source-Channel Correspondence Slepian-Wolf Code Design via Source-Channel Correspondence Jun Chen University of Illinois at Urbana-Champaign Urbana, IL 61801, USA Email: junchen@ifpuiucedu Dake He IBM T J Watson Research Center Yorktown

More information

Optimal Rate and Maximum Erasure Probability LDPC Codes in Binary Erasure Channel

Optimal Rate and Maximum Erasure Probability LDPC Codes in Binary Erasure Channel Optimal Rate and Maximum Erasure Probability LDPC Codes in Binary Erasure Channel H. Tavakoli Electrical Engineering Department K.N. Toosi University of Technology, Tehran, Iran tavakoli@ee.kntu.ac.ir

More information

An algorithm to improve the error rate performance of Accumulate-Repeat-Accumulate codes Tae-Ui Kim

An algorithm to improve the error rate performance of Accumulate-Repeat-Accumulate codes Tae-Ui Kim An algorithm to improve the error rate performance of Accumulate-Repeat-Accumulate codes Tae-Ui Kim The Graduate School Yonsei University Department of Electrical and Electronic Engineering An algorithm

More information

Decoding of LDPC codes with binary vector messages and scalable complexity

Decoding of LDPC codes with binary vector messages and scalable complexity Downloaded from vbn.aau.dk on: marts 7, 019 Aalborg Universitet Decoding of LDPC codes with binary vector messages and scalable complexity Lechner, Gottfried; Land, Ingmar; Rasmussen, Lars Published in:

More information

Constructions of Nonbinary Quasi-Cyclic LDPC Codes: A Finite Field Approach

Constructions of Nonbinary Quasi-Cyclic LDPC Codes: A Finite Field Approach Constructions of Nonbinary Quasi-Cyclic LDPC Codes: A Finite Field Approach Shu Lin, Shumei Song, Lan Lan, Lingqi Zeng and Ying Y Tai Department of Electrical & Computer Engineering University of California,

More information

Lower Bounds on the Graphical Complexity of Finite-Length LDPC Codes

Lower Bounds on the Graphical Complexity of Finite-Length LDPC Codes Lower Bounds on the Graphical Complexity of Finite-Length LDPC Codes Igal Sason Department of Electrical Engineering Technion - Israel Institute of Technology Haifa 32000, Israel 2009 IEEE International

More information

Bounds on the Performance of Belief Propagation Decoding

Bounds on the Performance of Belief Propagation Decoding Bounds on the Performance of Belief Propagation Decoding David Burshtein and Gadi Miller Dept. of Electrical Engineering Systems Tel-Aviv University Tel-Aviv 69978, Israel Email: burstyn@eng.tau.ac.il,

More information

A Short Length Low Complexity Low Delay Recursive LDPC Code

A Short Length Low Complexity Low Delay Recursive LDPC Code A Short Length Low Complexity Low Delay Recursive LDPC Code BASHAR M. MANSOOR, TARIQ Z. ISMAEEL Department of Electrical Engineering College of Engineering, University of Baghdad, IRAQ bmml77@yahoo.com

More information

ECC for NAND Flash. Osso Vahabzadeh. TexasLDPC Inc. Flash Memory Summit 2017 Santa Clara, CA 1

ECC for NAND Flash. Osso Vahabzadeh. TexasLDPC Inc. Flash Memory Summit 2017 Santa Clara, CA 1 ECC for NAND Flash Osso Vahabzadeh TexasLDPC Inc. 1 Overview Why Is Error Correction Needed in Flash Memories? Error Correction Codes Fundamentals Low-Density Parity-Check (LDPC) Codes LDPC Encoding and

More information

Low-density parity-check (LDPC) codes

Low-density parity-check (LDPC) codes Low-density parity-check (LDPC) codes Performance similar to turbo codes Do not require long interleaver to achieve good performance Better block error performance Error floor occurs at lower BER Decoding

More information

RCA Analysis of the Polar Codes and the use of Feedback to aid Polarization at Short Blocklengths

RCA Analysis of the Polar Codes and the use of Feedback to aid Polarization at Short Blocklengths RCA Analysis of the Polar Codes and the use of Feedback to aid Polarization at Short Blocklengths Kasra Vakilinia, Dariush Divsalar*, and Richard D. Wesel Department of Electrical Engineering, University

More information

Capacity-approaching codes

Capacity-approaching codes Chapter 13 Capacity-approaching codes We have previously discussed codes on graphs and the sum-product decoding algorithm in general terms. In this chapter we will give a brief overview of some particular

More information

ABSTRACT. The original low-density parity-check (LDPC) codes were developed by Robert

ABSTRACT. The original low-density parity-check (LDPC) codes were developed by Robert ABSTRACT Title of Thesis: OPTIMIZATION OF PERMUTATION KEY FOR π-rotation LDPC CODES Nasim Vakili Pourtaklo, Master of Science, 2006 Dissertation directed by: Associate Professor Steven Tretter Department

More information

Message-Passing Decoding for Low-Density Parity-Check Codes Harish Jethanandani and R. Aravind, IIT Madras

Message-Passing Decoding for Low-Density Parity-Check Codes Harish Jethanandani and R. Aravind, IIT Madras Message-Passing Decoding for Low-Density Parity-Check Codes Harish Jethanandani and R. Aravind, IIT Madras e-mail: hari_jethanandani@yahoo.com Abstract Low-density parity-check (LDPC) codes are discussed

More information

Coding Techniques for Data Storage Systems

Coding Techniques for Data Storage Systems Coding Techniques for Data Storage Systems Thomas Mittelholzer IBM Zurich Research Laboratory /8 Göttingen Agenda. Channel Coding and Practical Coding Constraints. Linear Codes 3. Weight Enumerators and

More information

ON THE MINIMUM DISTANCE OF NON-BINARY LDPC CODES. Advisor: Iryna Andriyanova Professor: R.. udiger Urbanke

ON THE MINIMUM DISTANCE OF NON-BINARY LDPC CODES. Advisor: Iryna Andriyanova Professor: R.. udiger Urbanke ON THE MINIMUM DISTANCE OF NON-BINARY LDPC CODES RETHNAKARAN PULIKKOONATTU ABSTRACT. Minimum distance is an important parameter of a linear error correcting code. For improved performance of binary Low

More information

Advances in Error Control Strategies for 5G

Advances in Error Control Strategies for 5G Advances in Error Control Strategies for 5G Jörg Kliewer The Elisha Yegal Bar-Ness Center For Wireless Communications And Signal Processing Research 5G Requirements [Nokia Networks: Looking ahead to 5G.

More information

LOW-density parity-check (LDPC) codes were invented

LOW-density parity-check (LDPC) codes were invented IEEE TRANSACTIONS ON INFORMATION THEORY, VOL 54, NO 1, JANUARY 2008 51 Extremal Problems of Information Combining Yibo Jiang, Alexei Ashikhmin, Member, IEEE, Ralf Koetter, Senior Member, IEEE, and Andrew

More information

Turbo Codes are Low Density Parity Check Codes

Turbo Codes are Low Density Parity Check Codes Turbo Codes are Low Density Parity Check Codes David J. C. MacKay July 5, 00 Draft 0., not for distribution! (First draft written July 5, 998) Abstract Turbo codes and Gallager codes (also known as low

More information

Graph-based codes for flash memory

Graph-based codes for flash memory 1/28 Graph-based codes for flash memory Discrete Mathematics Seminar September 3, 2013 Katie Haymaker Joint work with Professor Christine Kelley University of Nebraska-Lincoln 2/28 Outline 1 Background

More information

Recent results on bit-flipping LDPC decoders

Recent results on bit-flipping LDPC decoders Recent results on bit-flipping LDPC decoders Chris Winstead 1,2, Gopalakrishnan Sundararajan 1, Emmanuel Boutillon 2 1 Department of Electrical and Computer Engineering LE/FT Lab Utah State University

More information

Quasi-cyclic Low Density Parity Check codes with high girth

Quasi-cyclic Low Density Parity Check codes with high girth Quasi-cyclic Low Density Parity Check codes with high girth, a work with Marta Rossi, Richard Bresnan, Massimilliano Sala Summer Doctoral School 2009 Groebner bases, Geometric codes and Order Domains Dept

More information

Information Theoretic Imaging

Information Theoretic Imaging Information Theoretic Imaging WU Faculty: J. A. O Sullivan WU Doctoral Student: Naveen Singla Boeing Engineer: James Meany First Year Focus: Imaging for Data Storage Image Reconstruction Data Retrieval

More information

Practical Polar Code Construction Using Generalised Generator Matrices

Practical Polar Code Construction Using Generalised Generator Matrices Practical Polar Code Construction Using Generalised Generator Matrices Berksan Serbetci and Ali E. Pusane Department of Electrical and Electronics Engineering Bogazici University Istanbul, Turkey E-mail:

More information

On the Block Error Probability of LP Decoding of LDPC Codes

On the Block Error Probability of LP Decoding of LDPC Codes On the Block Error Probability of LP Decoding of LDPC Codes Ralf Koetter CSL and Dept. of ECE University of Illinois at Urbana-Champaign Urbana, IL 680, USA koetter@uiuc.edu Pascal O. Vontobel Dept. of

More information

Bounds on Achievable Rates of LDPC Codes Used Over the Binary Erasure Channel

Bounds on Achievable Rates of LDPC Codes Used Over the Binary Erasure Channel Bounds on Achievable Rates of LDPC Codes Used Over the Binary Erasure Channel Ohad Barak, David Burshtein and Meir Feder School of Electrical Engineering Tel-Aviv University Tel-Aviv 69978, Israel Abstract

More information

Analytical Performance of One-Step Majority Logic Decoding of Regular LDPC Codes

Analytical Performance of One-Step Majority Logic Decoding of Regular LDPC Codes Analytical Performance of One-Step Majority Logic Decoding of Regular LDPC Codes Rathnakumar Radhakrishnan, Sundararajan Sankaranarayanan, and Bane Vasić Department of Electrical and Computer Engineering

More information

Density Evolution and Functional Threshold. for the Noisy Min-Sum Decoder

Density Evolution and Functional Threshold. for the Noisy Min-Sum Decoder Density Evolution and Functional Threshold 1 for the Noisy Min-Sum Decoder C. Kameni Ngassa,#, V. Savin, E. Dupraz #, D. Declercq # CEA-LETI, Minatec Campus, Grenoble, France, {christiane.kameningassa,

More information

On the minimum distance of LDPC codes based on repetition codes and permutation matrices 1

On the minimum distance of LDPC codes based on repetition codes and permutation matrices 1 Fifteenth International Workshop on Algebraic and Combinatorial Coding Theory June 18-24, 216, Albena, Bulgaria pp. 168 173 On the minimum distance of LDPC codes based on repetition codes and permutation

More information

A NEW CHANNEL CODING TECHNIQUE TO APPROACH THE CHANNEL CAPACITY

A NEW CHANNEL CODING TECHNIQUE TO APPROACH THE CHANNEL CAPACITY A NEW CHANNEL CODING TECHNIQUE TO APPROACH THE CHANNEL CAPACITY Mahesh Patel 1 and A. Annamalai 1 1 Department of Electrical and Computer Engineering, Prairie View A & M University, TX 77446, United States

More information

Design and Analysis of Graph-based Codes Using Algebraic Lifts and Decoding Networks

Design and Analysis of Graph-based Codes Using Algebraic Lifts and Decoding Networks University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations, Theses, and Student Research Papers in Mathematics Mathematics, Department of 3-2018 Design and Analysis

More information

Channel Codes for Short Blocks: A Survey

Channel Codes for Short Blocks: A Survey 11th International ITG Conference on Systems, Communications and Coding February 6, 2017 Channel Codes for Short Blocks: A Survey Gianluigi Liva, gianluigi.liva@dlr.de Fabian Steiner, fabian.steiner@tum.de

More information

A Non-Asymptotic Approach to the Analysis of Communication Networks: From Error Correcting Codes to Network Properties

A Non-Asymptotic Approach to the Analysis of Communication Networks: From Error Correcting Codes to Network Properties University of Massachusetts Amherst ScholarWorks@UMass Amherst Open Access Dissertations 5-2013 A Non-Asymptotic Approach to the Analysis of Communication Networks: From Error Correcting Codes to Network

More information

THE ANALYTICAL DESCRIPTION OF REGULAR LDPC CODES CORRECTING ABILITY

THE ANALYTICAL DESCRIPTION OF REGULAR LDPC CODES CORRECTING ABILITY Transport and Telecommunication Vol. 5, no. 3, 04 Transport and Telecommunication, 04, volume 5, no. 3, 77 84 Transport and Telecommunication Institute, Lomonosova, Riga, LV-09, Latvia DOI 0.478/ttj-04-005

More information

New Puncturing Pattern for Bad Interleavers in Turbo-Codes

New Puncturing Pattern for Bad Interleavers in Turbo-Codes SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 2, November 2009, 351-358 UDK: 621.391.7:004.052.4 New Puncturing Pattern for Bad Interleavers in Turbo-Codes Abdelmounaim Moulay Lakhdar 1, Malika

More information

CHAPTER 3 LOW DENSITY PARITY CHECK CODES

CHAPTER 3 LOW DENSITY PARITY CHECK CODES 62 CHAPTER 3 LOW DENSITY PARITY CHECK CODES 3. INTRODUCTION LDPC codes were first presented by Gallager in 962 [] and in 996, MacKay and Neal re-discovered LDPC codes.they proved that these codes approach

More information

Lecture 8: Shannon s Noise Models

Lecture 8: Shannon s Noise Models Error Correcting Codes: Combinatorics, Algorithms and Applications (Fall 2007) Lecture 8: Shannon s Noise Models September 14, 2007 Lecturer: Atri Rudra Scribe: Sandipan Kundu& Atri Rudra Till now we have

More information

BOUNDS ON THE MAP THRESHOLD OF ITERATIVE DECODING SYSTEMS WITH ERASURE NOISE. A Thesis CHIA-WEN WANG

BOUNDS ON THE MAP THRESHOLD OF ITERATIVE DECODING SYSTEMS WITH ERASURE NOISE. A Thesis CHIA-WEN WANG BOUNDS ON THE MAP THRESHOLD OF ITERATIVE DECODING SYSTEMS WITH ERASURE NOISE A Thesis by CHIA-WEN WANG Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the

More information

Error Floors of LDPC Coded BICM

Error Floors of LDPC Coded BICM Electrical and Computer Engineering Conference Papers, Posters and Presentations Electrical and Computer Engineering 2007 Error Floors of LDPC Coded BICM Aditya Ramamoorthy Iowa State University, adityar@iastate.edu

More information

16.36 Communication Systems Engineering

16.36 Communication Systems Engineering MIT OpenCourseWare http://ocw.mit.edu 16.36 Communication Systems Engineering Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 16.36: Communication

More information

Codes designed via algebraic lifts of graphs

Codes designed via algebraic lifts of graphs p./40 Codes designed via algebraic lifts of graphs Clemson Mini-Conference on Discrete Mathematics Oct. 3, 2008. Christine A. Kelley Department of Mathematics University of Nebraska-Lincoln email: ckelley2@math.unl.edu

More information

Convolutional Codes ddd, Houshou Chen. May 28, 2012

Convolutional Codes ddd, Houshou Chen. May 28, 2012 Representation I, II Representation III, IV trellis of Viterbi decoding Turbo codes Convolutional Codes ddd, Houshou Chen Department of Electrical Engineering National Chung Hsing University Taichung,

More information

Modern Coding Theory. Daniel J. Costello, Jr School of Information Theory Northwestern University August 10, 2009

Modern Coding Theory. Daniel J. Costello, Jr School of Information Theory Northwestern University August 10, 2009 Modern Coding Theory Daniel J. Costello, Jr. Coding Research Group Department of Electrical Engineering University of Notre Dame Notre Dame, IN 46556 2009 School of Information Theory Northwestern University

More information

Efficient LLR Calculation for Non-Binary Modulations over Fading Channels

Efficient LLR Calculation for Non-Binary Modulations over Fading Channels Efficient LLR Calculation for Non-Binary Modulations over Fading Channels Raman Yazdani, Student Member, IEEE, and arxiv:12.2164v1 [cs.it] 1 Feb 21 Masoud Ardaani, Senior Member, IEEE Department of Electrical

More information

On the Design of Raptor Codes for Binary-Input Gaussian Channels

On the Design of Raptor Codes for Binary-Input Gaussian Channels 1 On the Design of Raptor Codes for Binary-Input Gaussian Channels Zhong Cheng, Jeff Castura, and Yongyi Mao, Member, IEEE Abstract This paper studies the problem of Raptor-code design for binary-input

More information

Status of Knowledge on Non-Binary LDPC Decoders

Status of Knowledge on Non-Binary LDPC Decoders Status of Knowledge on Non-Binary LDPC Decoders Part I: From Binary to Non-Binary Belief Propagation Decoding D. Declercq 1 1 ETIS - UMR8051 ENSEA/Cergy-University/CNRS France IEEE SSC SCV Tutorial, Santa

More information

Fountain Uncorrectable Sets and Finite-Length Analysis

Fountain Uncorrectable Sets and Finite-Length Analysis Fountain Uncorrectable Sets and Finite-Length Analysis Wen Ji 1, Bo-Wei Chen 2, and Yiqiang Chen 1 1 Beijing Key Laboratory of Mobile Computing and Pervasive Device Institute of Computing Technology, Chinese

More information

Implementing the Belief Propagation Algorithm in MATLAB

Implementing the Belief Propagation Algorithm in MATLAB Implementing the Belief Propagation Algorithm in MATLAB Björn S. Rüffer Christopher M. Kellett Technical Report Version as of November 13, 2008 We provide some example Matlab code as a supplement to the

More information

Turbo Codes for xdsl modems

Turbo Codes for xdsl modems Turbo Codes for xdsl modems Juan Alberto Torres, Ph. D. VOCAL Technologies, Ltd. (http://www.vocal.com) John James Audubon Parkway Buffalo, NY 14228, USA Phone: +1 716 688 4675 Fax: +1 716 639 0713 Email:

More information

On the Construction of Some Capacity-Approaching Coding Schemes. Sae-Young Chung

On the Construction of Some Capacity-Approaching Coding Schemes. Sae-Young Chung On the Construction of Some Capacity-Approaching Coding Schemes by Sae-Young Chung Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements

More information

Introduction to Wireless & Mobile Systems. Chapter 4. Channel Coding and Error Control Cengage Learning Engineering. All Rights Reserved.

Introduction to Wireless & Mobile Systems. Chapter 4. Channel Coding and Error Control Cengage Learning Engineering. All Rights Reserved. Introduction to Wireless & Mobile Systems Chapter 4 Channel Coding and Error Control 1 Outline Introduction Block Codes Cyclic Codes CRC (Cyclic Redundancy Check) Convolutional Codes Interleaving Information

More information

LDPC Code Ensembles that Universally Achieve Capacity under BP Decoding: A Simple Derivation

LDPC Code Ensembles that Universally Achieve Capacity under BP Decoding: A Simple Derivation LDPC Code Ensembles that Universally Achieve Capacity under BP Decoding: A Simple Derivation Anatoly Khina EE Systems Dept., TAU Tel Aviv, Israel Email: anatolyk@eng.tau.ac.il Yair Yona Dept. of EE, UCLA

More information

An Efficient Maximum Likelihood Decoding of LDPC Codes Over the Binary Erasure Channel

An Efficient Maximum Likelihood Decoding of LDPC Codes Over the Binary Erasure Channel IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 5, NO. 11, NOVEMBER 24 1 An Efficient Maximum Likelihood Decoding of LDPC Codes Over the Binary Erasure Channel David Burshtein and Gadi Miller School of Electrical

More information

CHAPTER 8 Viterbi Decoding of Convolutional Codes

CHAPTER 8 Viterbi Decoding of Convolutional Codes MIT 6.02 DRAFT Lecture Notes Fall 2011 (Last update: October 9, 2011) Comments, questions or bug reports? Please contact hari at mit.edu CHAPTER 8 Viterbi Decoding of Convolutional Codes This chapter describes

More information

Eindhoven University of Technology MASTER. Gauss-Seidel for LDPC. Khotynets, Y. Award date: Link to publication

Eindhoven University of Technology MASTER. Gauss-Seidel for LDPC. Khotynets, Y. Award date: Link to publication Eindhoven University of Technology MASTER Gauss-Seidel for LDPC Khotynets, Y Award date: 2008 Link to publication Disclaimer This document contains a student thesis (bachelor's or master's), as authored

More information

Communication by Regression: Achieving Shannon Capacity

Communication by Regression: Achieving Shannon Capacity Communication by Regression: Practical Achievement of Shannon Capacity Department of Statistics Yale University Workshop Infusing Statistics and Engineering Harvard University, June 5-6, 2011 Practical

More information

The Distribution of Cycle Lengths in Graphical Models for Turbo Decoding

The Distribution of Cycle Lengths in Graphical Models for Turbo Decoding The Distribution of Cycle Lengths in Graphical Models for Turbo Decoding Technical Report UCI-ICS 99-10 Department of Information and Computer Science University of California, Irvine Xianping Ge, David

More information

Analysis of a Randomized Local Search Algorithm for LDPCC Decoding Problem

Analysis of a Randomized Local Search Algorithm for LDPCC Decoding Problem Analysis of a Randomized Local Search Algorithm for LDPCC Decoding Problem Osamu Watanabe, Takeshi Sawai, and Hayato Takahashi Dept. of Mathematical and Computing Sciences, Tokyo Institute of Technology

More information

The Turbo Principle in Wireless Communications

The Turbo Principle in Wireless Communications The Turbo Principle in Wireless Communications Joachim Hagenauer Institute for Communications Engineering () Munich University of Technology (TUM) D-80290 München, Germany Nordic Radio Symposium, Oulu,

More information

Rate-Compatible Low Density Parity Check Codes for Capacity-Approaching ARQ Schemes in Packet Data Communications

Rate-Compatible Low Density Parity Check Codes for Capacity-Approaching ARQ Schemes in Packet Data Communications Rate-Compatible Low Density Parity Check Codes for Capacity-Approaching ARQ Schemes in Packet Data Communications Jing Li (Tiffany) Electrical Engineering Dept, Texas A&M University College Station, TX

More information

Message Passing Algorithm and Linear Programming Decoding for LDPC and Linear Block Codes

Message Passing Algorithm and Linear Programming Decoding for LDPC and Linear Block Codes Message Passing Algorithm and Linear Programming Decoding for LDPC and Linear Block Codes Institute of Electronic Systems Signal and Information Processing in Communications Nana Traore Shashi Kant Tobias

More information

Performance of LDPC Codes Under Faulty Iterative Decoding

Performance of LDPC Codes Under Faulty Iterative Decoding Performance of LDPC Codes Under Faulty Iterative Decoding Lav R. Varshney 1 Abstract arxiv:0806.115v3 [cs.it] 8 May 010 Departing from traditional communication theory where decoding algorithms are assumed

More information

Dr. Cathy Liu Dr. Michael Steinberger. A Brief Tour of FEC for Serial Link Systems

Dr. Cathy Liu Dr. Michael Steinberger. A Brief Tour of FEC for Serial Link Systems Prof. Shu Lin Dr. Cathy Liu Dr. Michael Steinberger U.C.Davis Avago SiSoft A Brief Tour of FEC for Serial Link Systems Outline Introduction Finite Fields and Vector Spaces Linear Block Codes Cyclic Codes

More information

Efficient design of LDPC code using circulant matrix and eira code Seul-Ki Bae

Efficient design of LDPC code using circulant matrix and eira code Seul-Ki Bae Efficient design of LDPC code using circulant matrix and eira code Seul-Ki Bae The Graduate School Yonsei University Department of Electrical and Electronic Engineering Efficient design of LDPC code using

More information

LP Decoding Corrects a Constant Fraction of Errors

LP Decoding Corrects a Constant Fraction of Errors LP Decoding Corrects a Constant Fraction of Errors Jon Feldman Columbia University (CORC Technical Report TR-2003-08) Cliff Stein Columbia University Tal Malkin Columbia University Rocco A. Servedio Columbia

More information

Lecture 4 Noisy Channel Coding

Lecture 4 Noisy Channel Coding Lecture 4 Noisy Channel Coding I-Hsiang Wang Department of Electrical Engineering National Taiwan University ihwang@ntu.edu.tw October 9, 2015 1 / 56 I-Hsiang Wang IT Lecture 4 The Channel Coding Problem

More information