MATLAB MEX functions for encoding/decoding of RS codes

版本 1.0.0.0 (18.1 KB) 作者: Alan ZHOU
2 MATLAB MEX functions, rsenc_mex and rsdec_mex, that do RS encoding/decoding.
460.0 次下载
更新时间 2014/11/4

查看许可证

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/

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Error Detection and Correction 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0