• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

With the help of "graphics.h" library,i implemented line coding encoder and scrambler in c++. Program generates random binary stream and gives longest palindromic subsequence as input to the encoding schemes .we get output as per the encoding scheme chosen by user. Available encoding schemes are NRZ-L,NRZ-I,MANCHESTER,DIFFERENTIAL MANCHESTER,AMI(with B8ZS AND HDB3 scrambling schemes).