| View previous topic :: View next topic |
| Author |
Message |
Matthew Guest
|
Posted: Wed Aug 06, 2003 1:59 am Post subject: Reed-Solomon Encoding/Decoding |
|
|
There are many posts in the archive of this group and others as well
as in the FAQ about implementations of Reed-Solomon in both C and C++.
Unfortunately, all of the discussion is from the mid to late 90s and
link and emails all seem to be dead ends at this point (someone should
probably pull the FAQ link).
Can anyone point me to public domain source code in C or C++
(preferred) for Reed-Solomon encoding/decoding?
-Matthew |
|
| |
|
Back to top |
Stuart Caie Guest
|
Posted: Wed Aug 06, 2003 3:01 am Post subject: Re: Reed-Solomon Encoding/Decoding |
|
|
Matthew wrote:
[quote]Can anyone point me to public domain source code in C or C++
(preferred) for Reed-Solomon encoding/decoding?
[/quote]
See the Error Correcting Codes page, http://www.eccpage.com/
On there, there is http://www.eccpage.com/rs.c
It>s not Public Domain, but its license amounts to "credit the author".
Regards
Stuart |
|
| |
|
Back to top |
Stefano Lonardi Guest
|
Posted: Wed Aug 06, 2003 4:31 am Post subject: Re: Reed-Solomon Encoding/Decoding |
|
|
Matthew wrote:
[quote]There are many posts in the archive of this group and others as well
as in the FAQ about implementations of Reed-Solomon in both C and C++.
Unfortunately, all of the discussion is from the mid to late 90s and
link and emails all seem to be dead ends at this point (someone should
probably pull the FAQ link).
Can anyone point me to public domain source code in C or C++
(preferred) for Reed-Solomon encoding/decoding?
-Matthew
[/quote]
Matthew,
I strongly suggest Phil Karn>s implementation
http://www.ka9q.net/code/fec/
I personally used in my error-resilent LZ-77 and it works perfectly.
Stefano |
|
| |
|
Back to top |
|