Giter Club home page Giter Club logo

ptpc's Introduction

Enumeration of Minimum Weight Codewords of Pre‑Transformed Polar Codes by Tree Intersection

This is a C script for enumerating the minimum weight codewords of pre-transformed polar codes (PTPCs).

Overview

Pre-transformation can improve the distance properties polar codes by reducing the number of minimum weight codewords and/or increasing the minimum distance. PTPCs can be split into disjoint cosets whereby the number of minimum weight codewords can be determined by counting their number in each coset.

The implemented method uses the explicit construction of the messages that generate the minimum weight codewords of "universal" polar cosets introduced in [1]. A coset of a PTPC is always contained in the corresponding "universal" polar coset. Consequently, the minimum weight codewords in a coset of a PTPC can be found by computing the intersection with the set of minimum weight codewords in the corresponding "universal" polar coset. The algorithm efficiently counts the number of minimum weight codewords by traversing the intersection tree of the messages that form the two codeword sets.

Please note that this method cannot find the number of minimum weight codewords if the pre-transformation increases the minimum distance of the polar code.

Further information on the algorithm can be found in the following paper: https://arxiv.org/abs/2311.17774

Usage

enumeration.c gives a simple example for counting the minimum weight codewords of a PAC code. Compile with:

gcc -march=native -Ofast -o enumeration enumeration.c

The code was tested on an Intel® Core™ i7-4790K CPU @ 4.00GHz.

Citing

Please cite the following reference if you want to use this algorithm in your research:

@INPROCEEDINGS{10480163,
  author={Zunker, Andreas and Geiselhart, Marvin and Ten Brink, Stephan},
  booktitle={2024 58th Annual Conference on Information Sciences and Systems (CISS)}, 
  title={Enumeration of Minimum Weight Codewords of Pre-Transformed Polar Codes by Tree Intersection}, 
  year={2024},
  doi={10.1109/CISS59072.2024.10480163}}

References

[1] M. Rowshan, S. H. Dau and E. Viterbo, "On the Formation of Min-Weight Codewords of Polar/PAC Codes and Its Applications," in IEEE Transactions on Information Theory, vol. 69, no. 12, pp. 7627-7649, Dec. 2023, doi: 10.1109/TIT.2023.3319015.

ptpc's People

Contributors

andreaszunker avatar

Stargazers

 avatar  avatar

Watchers

 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.