fedor1113 / LineCodes

Line Codes from PNG images converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LineCodes

Line Codes from PNG images converter

forthebadge

(You need Jupyter with a cool PyPNG pip package installed)

Supported line codes

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... )

License

The PNG pictures are subject to their own respective licenses and copyrights... They are not mine. All the code is under MIT.

About

Line Codes from PNG images converter

License:MIT License


Languages

Language:Jupyter Notebook 100.0%