Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 991 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 991 Bytes

Line Encoder Decoder

PRs Welcome

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

  1. Clone This Repo

     git clone https://github.com/ekaksher/Line-Encoder-Decoder
    
  2. Change Working Directory

     cd Line-Encoder-Decoder
    
  3. Install Requirements

     pip3 install -r requirements.txt
    
  4. Run Server

     python manage.py runserver
    

Working Demo Of This Project Is Avaiable here

Upcoming Changes

  1. Improve UI
  2. Use PlotDigitiser to implement the decoding part.