Line Codes from PNG images converter
(You need Jupyter with a cool PyPNG pip package installed)
Currently supported line codes:
- Manchester code (as per G. E. Thomas)
- Manchester code (as per IEEE 802.4 and IEEE 802.3) (- can be obtained by inv manchester(), though has no examples)
- NRZ
- NRZ (i) (- can be obtained by inv nrz(), though has no examples)
- NRZI
- NRZI (i)
- MLT-3
- 2B1Q - not really supported, it works with one particular example - though; might work in other cases with some tweaking... )
The PNG pictures are subject to their own respective licenses and copyrights... They are not mine. All the code is under MIT.