Skip to content

Mastan1301/SimuLDPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimuLDPC

Web-application for the simulation of LDPC codes

Instructions to run the app:

Clone the repository using-

git clone https://github.com/Mastan1301/SimuLDPC.git

Install Django 2.1.5, NumPy, MatplotLib and PIL(Python Image Library) using pip.

pip install django==2.1.5 numpy matplotlib pillow
cd SimuLDPC

Start the development server using -

python manage.py runserver

For the driver code, check out the main/utils/ directory. For more information about the theory of LDPC codes, check out this link.

You can use sample.png image for quick simulation.

Screenshots:

1 2 3 4 5

About

Web-application for simulation of LDPC codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published