-
-
bch-coding.rar
In this project, we are implementing the error detection and correction using BCH code (Bose Chaudhuri Hocquenghem). Using VHDL and targeted on FPGA for synthesis of the code. The encoder and decoder combine called as a codec.
-
-
-
BCH.rar
BCH码是循环码中的一个重要子类,它具有纠正多个错误的能力,广泛应用于移动通信和卫星通信中。BCH码有着严密的代数结构,是目前研究得比较透彻的一种码。
-
-
-
-
BCH.rar
BCH编码译码,码间距离为7,可纠三个错,保证通信的可靠性,以(15,5)为例,生成多项式可以自由改动
-
bch.zip
用C语言实现BCH码的编码和译码,译码是用BM迭代算法。
-
-