Simulation of Line Coding Schemes : Unipolar
,NRZ-L
, NRZ-I
, Polar-RZ
,Differential Manchester
,Manchester
, AMI
.
Simulation of Scrambling Schemes : B8ZS
, HDB3
To Run This On Your Local Machine
-
Clone This Repo
git clone https://github.com/ekaksher/Line-Encoder-Decoder
-
Change Working Directory
cd Line-Encoder-Decoder
-
Install Requirements
pip3 install -r requirements.txt
-
Run Server
python manage.py runserver
Working Demo Of This Project Is Avaiable here
Upcoming Changes
- Improve UI
- Use PlotDigitiser to implement the decoding part.