-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ RSCODE version 1.3 | |
|
||
See the files | ||
|
||
``` | ||
config.doc documentation of some compile time parameters | ||
rs.doc overview of the Reed-Solomon coding program | ||
rs.man a man page, slightly outdated at this point | ||
|
@@ -12,7 +13,7 @@ Makefile should work on a Sun system, may require GNU make. | |
Henry Minsky | ||
[email protected] | ||
|
||
``` | ||
|
||
Hi. The RSCODE project is an implementation of a Reed-Solomon error correction algorithm. Error correcting codes are marvelous jewels of mathematics and algorithms, providing an almost supernatural ability to recover good data from a corrupted channel. | ||
This implementation of the Reed-Solomon codes provide convenient 'byte-sized' block coding which is convenient for adding protection to data which is stored as eight-bit bytes (i.e., most common computer data). | ||
|
@@ -34,7 +35,7 @@ Example use of the rscode library | |
|
||
|
||
|
||
|
||
``` | ||
* (c) Henry Minsky ([email protected]) 1991-2009 | ||
* | ||
* This software library is licensed under terms of the GNU GENERAL | ||
|
@@ -44,5 +45,6 @@ Example use of the rscode library | |
* contact author for details. | ||
* | ||
* Source code is available at http://rscode.sourceforge.net | ||
``` | ||
|
||
|