Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Reed–Solomon error correction
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Berlekamp–Massey decoder === The [[Berlekamp–Massey algorithm]] is an alternate iterative procedure for finding the error locator polynomial. During each iteration, it calculates a discrepancy based on a current instance of Λ(''x'') with an assumed number of errors ''e'': <math display="block"> \Delta = S_{i} + \Lambda_1 \ S_{i-1} + \cdots + \Lambda_e \ S_{i-e}</math> and then adjusts Λ(''x'') and ''e'' so that a recalculated Δ would be zero. The article [[Berlekamp–Massey algorithm]] has a detailed description of the procedure. In the following example, ''C''(''x'') is used to represent Λ(''x''). ==== Example ==== Using the same data as the Peterson Gorenstein Zierler example above: {| class="wikitable" |- ! ''n'' !! ''S''<sub>''n''+1</sub> !! ''d'' !! ''C'' !! ''B'' !! ''b'' !! ''m'' |- | 0 || 732 || 732 || 197 ''x'' + 1 || 1 || 732 || 1 |- | 1 || 637 || 846 || 173 ''x'' + 1 || 1 || 732 || 2 |- | 2 || 762 || 412 || 634 ''x''<sup>2</sup> + 173 ''x'' + 1 || 173 ''x'' + 1 || 412 || 1 |- | 3 || 925 || 576 || 329 ''x''<sup>2</sup> + 821 ''x'' + 1 || 173 ''x'' + 1 || 412 || 2 |} The final value of ''C'' is the error locator polynomial, Λ(''x'').
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)