Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 321 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 321 Bytes

NRZ_i-and-NRZ_L-encoding

Signal encoding methods.

"Non Return to Zero, Invert on Ones (NRZ-I)" and "Non Return to Zero L(NRZ-L)" has been coded.The program takes as input a 10 digit binary and displays the signal accross x and y coordinates based on the selected encoding technique.

The program is written in C++.