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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -