Giter VIP home page Giter VIP logo

emd-spectrum-ldpc's Introduction

EMD-Spectrum-LDPC

Enumerate LDPC Codes extrinsic message degree (EMD) Spectrum for cycles analysis (indirect Trapping sets analysis with sublinear and linear sizes)

Papers:

K. Deka, A. Rajesh and P. K. Bora, "On the equivalence of the ACE and the EMD of a cycle for the ACE spectrum constrained LDPC codes," 2014 8th International Symposium on Turbo Codes and Iterative Information Processing (ISTC), Bremen, 2014, pp. 67-71.

Tao Tian, C. R. Jones, J. D. Villasenor and R. D. Wesel, "Selective avoidance of cycles in irregular LDPC code construction," in IEEE Transactions on Communications, vol. 52, no. 8, pp. 1242-1247, Aug. 2004.

Example of EMD Spectrum Estimation from paper Tao at al.

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 Number

1 2

2 9

girth = 6 51 cycles

EMD Number

0 8

1 19

2 18

3 6

girth = 8 170 cycles

EMD Number

0 50

1 57

2 54

3 9

emd-spectrum-ldpc's People

Contributors

lcrypto avatar

Watchers

James Cloos 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.