Skip to content

A fast, easy to deploy library for simulating decoding of LDPC codes over BEC

License

Notifications You must be signed in to change notification settings

definitelyuncertain/cython-ldpc-simulation-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (C) 2016 Sai Kiran N

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.


========================================================================

This is a small, fast and easy to deploy library to simulate decoding of
LDPC codes over the Binary Erasure Channel written using Cython and C.
Simulation is done using the zero codeword. An example of how to call the
library is provided in "test.py" and a (3,6) regular Gallager code is 
provided in the file "gallager_regular", which is also indicative of the
format for the code file.

To compile, use the makefile by running make. The resulting LDPC.so file
needs to be in the same directory as a python script importing from the
module "LDPC".

About

A fast, easy to deploy library for simulating decoding of LDPC codes over BEC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published