Jump to content

Talk:Berlekamp–Welch algorithm

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Rewrite

After creating test programs in C that implement Berlekamp Welch to understand and verify the algorithm, I did a re-write of this article to clarify and simplify it. I removed the history section since that is included in the referenced Reed Solomon article. Rcgldr (talk) 09:57, 15 January 2018 (UTC)[reply]

Other algorithms based on Berlekamp Welch

There are later algorithms based on Berlekamp Welch, some known as "list" algorithms, that produce a list of potential solutions in an effort to go beyond the normal limits of error corrections. Some of these show up when doing a search for Berlekamp Welch, but these should probably be omitted from this article, since they are now mentioned in the Reed–Solomon_error_correction article. Rcgldr (talk) 04:40, 15 January 2018 (UTC)[reply]