Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!hsdndev!husc6!unix!shimizu From: shimizu@unix.SRI.COM (Dan Shimizu) Newsgroups: comp.dsp Subject: Re: Reed-Solomon Code (public domain or commercial) Message-ID: <25356@unix.SRI.COM> Date: 12 Jun 91 17:42:07 GMT References: <1991Jun10.233043.19875@erg.sri.com> Reply-To: shimizu@unix.UUCP (Dan Shimizu) Organization: SRI International, Menlo Park, CA Lines: 13 I've talked to Greg (the orginal poster) and sent him some simple turbo-C code that I wrote for a 3-bit symbol R-S code. The code was my first attempt at R-S encoding/decoding, so it's not much to look at, but it appears to work ok. The turbo-C code encodes a random stream of data, corrupts some bits and attempts to decode. Lastly, it reports stats on the BER. Greg said some others might want to to take a look at it, if you want a copy of the code, send me mail and I'll pass it on. DAN shimizu@unix.sri.com p.s. does anyone have any good references on dsp implemented PLL's?