Web-application for the simulation of LDPC codes
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.




