MATLAB MEX functions for encoding/decoding of RS codes

Version 1.0.0.0 (18.1 KB) by Alan ZHOU
2 MATLAB MEX functions, rsenc_mex and rsdec_mex, that do RS encoding/decoding.
458 Downloads
Updated 4 Nov 2014

View License

This submission includes 2 MATLAB MEX functions, rsenc_mex and rsdec_mex, that do RS (Reed-Solomon) encoding/decoding by calling the RS encoding/decoding functions implemented in C by Simon Rockliff. I hope it's helpful for those who want to do simulations related to RS codes in MATLAB.

rsenc_mex and rsdec_mex functions work much faster than the old MATLAB rsenc and rsdec functions. (However, it is expected to be no faster than the new MATLAB communication toolbox RS encoding/decoding functions, i.e., comm.RSEncoder, comm.RSDecoder, since efficiency is not born in mind during implementation.)

Please follow the instructions in readme.txt to 1) compile and 2) test the codes.

Thanks Simon Rockliff again for providing such a perfect C implementation! For more implemented coding algorithms, you may want to check "The Error Correcting Codes (ECC) Page": http://www.eccpage.com/

Cite As

Alan ZHOU (2024). MATLAB MEX functions for encoding/decoding of RS codes (https://www.mathworks.com/matlabcentral/fileexchange/48350-matlab-mex-functions-for-encoding-decoding-of-rs-codes), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Error Detection and Correction in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0