generated from virtual-labs/ph3-exp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from virtual-labs/dev
Dev
- Loading branch information
Showing
8 changed files
with
332 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 |
---|---|---|
@@ -1 +1,8 @@ | ||
### Aim of the experiment | ||
The aim of this experiment is to introduce students with the concepts of Bose-Chaudhuri-Hocquenghem codes (BCH codes). These codes form a class of cyclic error-correcting codes that are constructed using polynomials over a finite field (Galois field). In this experiment, our focus will be on the encoding and decoding of binary BCH codes. | ||
|
||
Firstly, we will provide a generator polynomial associated with the $t-$error-correcting binary BCH code. Next, we will see the decoding of $t$-error-correcting BCH code by identifying the syndrome components of the received polynomial. Particularly, in this experiment, we will discuss Berlekamp's iterative algorithm to identify the errors in the given received vector. | ||
|
||
The structure of the experiment is as follows: | ||
* Construction of generator polynomial for binary BCH codes | ||
* Berlekamp's iterative algorithm |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
### Link your references in here | ||
### References | ||
[1] S. Lin and D. Costello, “Error Control Coding”, 2nd edition, Englewood Cliffs, New Jersey, USA: Prentice-Hall, 2004. |
Large diffs are not rendered by default.
Oops, something went wrong.