Description
Channel coding is an integral part of every communication system. Channel coding corrects errors that occur during transmission over noisy channels. One of the best studied type of codes for channel coding are block codes. Famous block codes include Hamming codes, BCH codes and Reed-Solomon codes.
The goal of this thesis is to implement the above mentioned block codes in R for educational purposes. It is closely related to the other theses that implement channel coding with the help of convolutional or turbo codes and should use the same interface.