# Reed-Solomon **Repository Path**: coffeecup/Reed-Solomon ## Basic Information - **Project Name**: Reed-Solomon - **Description**: Implementation of encoding and decoding of Reed-Solomon codes in C and simulation for evaluation of performance - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-09 - **Last Updated**: 2023-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reed-Solomon Error Correcting Codes in C The purpose of this project was to implement the encoding and decoding of Reed-Solomon codes and perform simulations to measure the error correcting effectiveness of the codes under various random errors. I chose to implement this in C, using 32 bit integers to represent field elements and arrays of these integers to represent the coefficients of polynomials. This resulted in the fastest implementation in the class. A full description of the project including description of the simulation procedure and a comparison with the theoretical error rate are given in the full length writeup: CS127_Final.pdf