Giter Club home page Giter Club logo

emd-spectrum-ldpc's Introduction

EMD-Spectrum-LDPC

The GitHub repository contains a fast and efficient tool for enumerating Low-Density Parity-Check (LDPC) Codes' Extrinsic Message Degree (EMD) Spectrum for cycle analysis. The EMD spectrum can be used to indirectly analyze trapping sets with sublinear and linear sizes.

This tool allows the user to analyze the effect of EMD on trapping sets under Belief Propagation decoding, and to approximate the waterfall region for linear size trapping sets and error-floor for sublinear size trapping sets.

The tool is based on research published in two papers: "On the equivalence of the ACE and the EMD of a cycle for the ACE spectrum constrained LDPC codes" by K. Deka, A. Rajesh, and P. K. Bora, presented at the 2014 8th International Symposium on Turbo Codes and Iterative Information Processing in Bremen; and "Selective avoidance of cycles in irregular LDPC code construction" by Tao Tian, C. R. Jones, J. D. Villasenor, and R. D. Wesel, published in IEEE Transactions on Communications in 2004.

The repository provides an example of EMD Spectrum Estimation from the paper by Tao et al.

Overall, this repository provides a valuable tool for analyzing the EMD Spectrum of LDPC codes and understanding the impact of EMD on trapping sets under Belief Propagation decoding.

Parity-check Matrix with 9 columns, 3 rows and circulant size 1 (not quasi-cyclic codes) but we can rewrite it in QC for

1 0 1 0 1 0 0 0 1

0 1 1 0 1 1 1 0 0

0 0 0 1 0 1 0 0 0

0 0 0 1 1 0 1 1 0

0 1 1 1 0 1 0 0 1

1 1 0 0 0 0 1 1 1

became

9 6 1

0 -1 0 -1 0 -1 -1 -1 0

-1 0 0 -1 0 0 0 -1 -1

-1 -1 -1 0 -1 0 -1 -1 -1

-1 -1 -1 0 0 -1 0 0 -1

-1 0 0 0 -1 0 -1 -1 0

0 0 -1 -1 -1 -1 0 0 0

after enumerating cycles up to 8 using command

getEMDDistribution.exe -file 9_3.txt -out out.txt -upperGirth 8

result at out.txt

girth = 4, 11 cycles

EMD value, Number of cycles with such EMD value

1 2

2 9

girth = 6, 51 cycles

EMD value, Number of cycles with such EMD value

0 8

1 19

2 18

3 6

girth = 8, 170 cycles

EMD value, Number of cycles with such EMD value

0 50

1 57

2 54

3 9

emd-spectrum-ldpc's People

Contributors

lcrypto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.