2S2122 Activity 4.2
Jump to navigation
Jump to search
Instructions
Submission guidelines:
- For every programming exercise, you are to submit your .ipynb file into your respective submission bin.
- To download your .ipynb file, first in your Google Colab page go to File > Download > Download .ipynb file.
- Don't forget to rename your .ipynb file with the following format "class_lastname_firstname_studentnumber.ipynb".
Repetition Codes
For this exercise, you will implement a simple repetition code for a binary image. To gain appreciation for ECC, you will investigate how ECC helps in varying noisy channels.
You will be provided with images from our Git dump. They're simple binary images anyway. We pre-processed these images already.
You can checkout the exercise in this link.