Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 527 Bytes

File metadata and controls

14 lines (12 loc) · 527 Bytes

A simple and intuitive tool to visualize various Line Coding schemes used in digital communications.

  • Supports Unipolar NRZ, Polar NRZ-L/I, Polar RZ, AMI, Manchester, MLT-3, 2B1Q, and more.
  • Support for initial state selection (High/Low) for differential encoding.

How to run

  1. Ensure you have Python 3 installed.
  2. Download the app.py file.
  3. Run the application via terminal:
    python app.py
    

Contributing New Signal Forms

If you have a specific line coding scheme in mind, feel free to add it!