Skip to main content

Questions tagged [ecc]

-2 votes
0 answers
35 views

Recently I've read a paper on Reed–Solomon Code, in the decoding part, the author proposed a modified RiBM algorithm which use t cycles(while RiBM algorithm needs 2t cycles) to find the error location ...
Milin's user avatar
  • 155
0 votes
0 answers
37 views

I have a BCH decoder which solve KES equation using RiBM algorithm, the RiBM Code in matlab is follows: ...
Milin's user avatar
  • 155
1 vote
1 answer
92 views

I'm working on RS Enc&Dec, for decoder, I use Reformulated inversionless Berlekamp-Massey (RiBM) algorithm to obtain $\Lambda$ and $\Omega$. However, the original RiBM needs $2t$ iterations (here, ...
Milin's user avatar
  • 155
0 votes
1 answer
206 views

Reading this paper, about the ECC criterion (which is included in opencv3), In section 3, the following is stated, with regard to the following equation: (4) $\left\|\frac{i_r}{\left\|i_r\right\|} - \...
Gulzar's user avatar
  • 163
1 vote
1 answer
5k views

I have a parity matrix ("H") that is not in canonical form (the identity matrix is not on the right side). I'm trying to programatically calculate the generator matrix ("G") from it. The Wikipedia ...
Dan Sandberg's user avatar