This repository contains the Python implementation for the report "Comparative Study of Lin-Chung-Han FFT Algorithm versus Gaussian Elimination for Reed-Solomon Erasure Codes" of capstone project ...
First the data is converted into a binary string, divided into 6 bit chunks and stored. Each 6 bit chunk can be mapped to one of 64 possible values which are ASCII characters based on the base64 table ...