Reed-Solomon encoder for embedded application (memory-efficient)

Posted by bjarkef on Stack Overflow See other posts from Stack Overflow or by bjarkef
Published on 2010-06-08T08:53:17Z Indexed on 2010/06/09 4:22 UTC
Read the original article Hit count: 479

Filed under:
|
|
|
|

Hi

I am looking for a very memory-efficient (like max. 500 bytes of memory for lookup tables etc.) implementation of a Reed-Solomon encoder for use in an embedded application?

I am interested in coding blocks of 10 bytes with 5 bytes of parity. Speed is of little importance.

Do you know any freely available implementations that I can use for this purpose?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about memory

Related posts about embedded