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 most used types of codes for channel coding are convolutional codes. Convolutional codes are used for real-time error correction and can convert an entire data stream into one single code word. The main part of the decoding algorithm is the Viterbi algorithm.
The goal of this thesis is to implement convolutional codes in R for educational purposes. It is closely related to the other theses that implement channel coding with the help of block or turbo codes and should use the same interface.