Imported Upstream version 3.0
[debian/gnuradio] / gnuradio-core / src / lib / reed-solomon / README.karn
1 This package implements a general purpose Reed-Solomon encoding and decoding
2 facility. See the rs.3 man page for details.
3
4 To install, simply do the following after extracting this tarball into
5 an empty directory:
6
7 ./configure
8 make
9 make install
10
11 The command "make test" runs a battery of encode/decode tests using a
12 variety of RS codes using random data and random errors. Each test
13 should pass with an "OK"; if any fail, please let me know so I can
14 track down the problem.
15
16 Phil Karn (karn@ka9q.net) 1 Jan 2002
17
18 Copyright 2002, Phil Karn, KA9Q
19 This software may be used under the terms of the GNU General Public License (GPL).
20
21
22