Skip to content

Commit

Permalink
Merge pull request #2 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mbhat2025 authored Sep 23, 2023
2 parents 64c83ee + b0a3c66 commit fcbce83
Show file tree
Hide file tree
Showing 8 changed files with 332 additions and 2 deletions.
7 changes: 7 additions & 0 deletions experiment/aim.md
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
Binary file added experiment/images/exp9-fig1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/exp9-fig2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/exp9-fig3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/exp9-fig4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/images/exp9-fig5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion experiment/references.md
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.
324 changes: 323 additions & 1 deletion experiment/theory.md

Large diffs are not rendered by default.

0 comments on commit fcbce83

Please sign in to comment.