Skip to content

fedor1113/LineCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.