MATLAB MEX functions for encoding/decoding of RS codes

Version 1.0.0.0 (18,1 ko) par Alan ZHOU
2 MATLAB MEX functions, rsenc_mex and rsdec_mex, that do RS encoding/decoding.
468 téléchargements
Mise à jour 4 nov. 2014

Afficher la licence

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/

Citation pour cette source

Alan ZHOU (2026). MATLAB MEX functions for encoding/decoding of RS codes (https://fr.mathworks.com/matlabcentral/fileexchange/48350-matlab-mex-functions-for-encoding-decoding-of-rs-codes), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Error Detection and Correction dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0