• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.in.karnH A D30-Sep-20212.1 KiB10068

READMEH A D30-Sep-2021107 32

README.karnH A D30-Sep-2021631 2314

ccsds.hH A D30-Sep-202142 21

char.hH A D30-Sep-20211.8 KiB5945

decode_rs.cH A D30-Sep-20218.5 KiB279211

decode_rs_ccsds.cH A D30-Sep-2021751 2916

encode_rs.cH A D30-Sep-20211.8 KiB6449

encode_rs_ccsds.cH A D30-Sep-2021715 2613

exercise.cH A D30-Sep-20213.8 KiB137111

fixed.hH A D30-Sep-20211 KiB4128

gen_ccsds.cH A D30-Sep-2021889 3628

gen_ccsds_tal.cH A D30-Sep-20211.6 KiB5130

init_rs.cH A D30-Sep-20214.1 KiB162124

int.hH A D30-Sep-20211.7 KiB5744

rs.3H A D30-Sep-20217 KiB171137

rstest.cH A D30-Sep-20213 KiB124106

README

1This code is from http://people.qualcomm.com/karn/code/fec
2It is based on reed-soloman-3.1.1 (1 Jan 2002).
3

README.karn

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