c++ - Error correcting codes -
i need use error correcting technique on short messages (between 100 , 200 bits). space available add redundant bits constrained 20-50%.
i have implement coding , decoding in c/c++. needs either open sourced or sufficiently easy program. (i have had experience in past decoding algorithms - dreadful!)
can advise of suitable error code use (with relevant parameters) ?
take @ reed solomon error correction.
sample implementation in c++ available here.
for different option here - see item #11
edit: if want commercial library - http://www.schifra.com/faq.html
Comments
Post a Comment