Simulation of Polar Line Coding Schemes : NRZ-L
, NRZ-I
, Manchester
, Differential Manchester
Simulation of Bipolar Line Coding Schemes : AMI
, Pseudoternary
Working demo of the simulation can be currently found here
Contributors:
- Samyak Jain - 16CO254
- Mishal Shah - 16CO125
Working demo of the simulation can be currently found here
Commit history can be found here
.
├── index.html - Main HTML File (Home Page)
├── main.js - JavaScript Animation for Home Page
├── style.css - Styling for the Home Page
├── topics.css - Styling for all the simulation pages
├── nrz-l - Folder for NRZ-L Simulation
│ ├── index.html - HTML file for NRZ-L Simulation
│ └── index.js - JavaScript file for NRZ-L logic and graph plotting
├── nrz-i - Folder for NRZ-I Simulation
│ ├── index.html HTML file for NRZ-I Simulation
│ └── index.js - JavaScript file for NRZ-I logic and graph plotting
├── manchester - Folder for Manchester Simulation
│ ├── index.html - HTML file for Manchester Simulation
│ └── index.js - JavaScript file for Manchester logic and graph plotting
├── differential-manchester - Folder for Differential-Manchester Simulation
│ ├── index.html - HTML file for Differential-Manchester Simulation
│ └── index.js - JavaScript file for Differential-Manchester logic and graph plotting
├── polar - Folder for all Polar Line Encoding Simulation
│ ├── index.html - HTML file for Polar Simulation
│ └── index.js - JavaScript file for Polar logic and graph plotting
├── ami - Folder for AMI Simulation
│ ├── index.html - HTML file for AMI Simulation
│ └── index.js - JavaScript file for AMI logic and graph plotting
├── pseudoternary - Folder for Pseudoternary Simulation
│ ├── index.html - HTML file for Pseudoternary Simulation
│ └── index.js - JavaScript file for Pseudoternary logic and graph plotting
├── bipolar - Folder for both Bipolar Line Encoding Simulation
│ ├── index.html - HTML file for Bipolar Simulation
│ └── index.js - JavaScript file for Bipolar logic and graph plotting
├── particles.json - JSON file for the particles on each simulation page
├── Line Encoding Schemes.pdf
└── README.md