Code Monkey home page Code Monkey logo

puncturing-optimization's Introduction

puncturing-optimization

The GitHub repository contains source code for the article "Interleaved Cyclic Group Decomposition Length Adaptive MET QC-LDPC Codes" by German Svistunov and Vasiliy Usatyuk, presented at the IEEE International Black Sea Conference on Communications and Networking in June 2019. The code constructs an interleaver to improve performance under 5G eMBB length adaptation for short lengths using k-step recover puncture pattern optimization.

The repository includes two methods:

Baseline Syndrom based approach (one of the trivial approaches, as there exist more efficient MacKay syndrome entropy approaches), implemented in find_puncture_pattern.m k-step recover puncture pattern optimization based on the paper "Rate-compatible punctured low-density parity-check codes with short block lengths" by Jeongseok Ha, Jaehong Kim, D. Klinc, and S. W. McLaughlin, published in IEEE Transactions on Information Theory in 2006. To understand how the code works, run the example.m file, which provides variable nodes to puncturing (P), rates after puncturing nodes in P (Rates), and maximum chain of puncturing depending on random initial nodes. It may be necessary to run the code several times to obtain the maximal rate.

Overall, this repository provides valuable tools for designing puncturing patern for length/rate Adaptive MET QC-LDPC codes and optimizing puncture patterns to improve performance under 5G eMBB length adaptation for short lengths using k-step recovery techniques.

To undestand how it work run example.m [P, Rates, Pairs]=GroupAndSort2(parity_check_matrix,rate_without_puncturing,step_in_rate) P - Variable nodes to puncturing. Rates - rate after punturing nodes in P. Maximal chain of punturing depend from random initial nodes, run several times until get maximal rate.

puncturing-optimization's People

Contributors

lcrypto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kuanwoo

puncturing-optimization's Issues

missing files

The file "main.m" refers to 'H_336_672_nonReg.mat' which is not here.
Also 'PLATFORM' function in "main.m" is missing.

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.