Skip to content

Commit

Permalink
README.md - Added references to unreferenced references
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Oct 30, 2024
1 parent c92def1 commit c25a8e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1586,3 +1586,21 @@ And some caveats:
src="https://latex.codecogs.com/svg.image?C%28x%29%20%3d%20C%27%28x%29%20%2d%20%5csum_%7bj%20%5cin%20E%20%5ccup%20F%7d%20Y_j%20x%5ej"
>
</p>
## References

- [Massey, J. L. - Shift-register synthesis and BCH decoding][massey-srsbchd]
- [Gill, J. - EE387 Notes #7][gill-notes7]
- [Truong, T. K., Hsu, I. S., Eastman, W. L., Reed, I. S. - A Simplified Procedure for Correcting Both Errors and Erasures of a Reed-Solomon Code Using the Euclidean Algorithm][truong-spcbeerscuea]

---

- [Wikipedia - Reed Solomon][wikipedia-rs]
- [Wikiversity - Reed Solomon for coders][wikiversity-rs]

[massey-srsbchd]: http://crypto.stanford.edu/~mironov/cs359/massey.pdf
[gill-notes7]: https://web.archive.org/web/20140630172526/http://web.stanford.edu/class/ee387/handouts/notes7.pdf
[truong-spcbeerscuea]: https://ntrs.nasa.gov/api/citations/19880003316/downloads/19880003316.pdf
[wikipedia-rs]: https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction
[wikiversity-rs]: https://en.wikiversity.org/wiki/Reed%E2%80%93Solomon_codes_for_coders

0 comments on commit c25a8e2

Please sign in to comment.