搜索资源列表
BCH_bm_simulation
- An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder / decoder for binary BCH codes Er Ryan correction using the BERLEKAMP - MASSEY ALG ORITHM.Any (valid) cod
bch.zip
- 主要仿真了二进制的BCH码采用BM算法的编码以及解码的过程,An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM
BM
- The Berlekamp-Massey algorithm is an efficient algorithm for determining the linear complexity of a finite binary sequence sn of length n. The algorithm takes n iterations, with the Nth iteration computing the linear complexity of the subsequence sN
BCH_decode_berlekamp.m
- BCH码的Berklak-Massey算法,编程比较经典。-BCH code Berklak-Massey algorithm, compare the classic programming.
BCH_decoding
- A standard BCH decoder simulation using Berlekamp-Massey and Chien search.
bch
- bch decoder using Berlekamp-Massey and Chien search standard bch decoder simulation
BCH_zcx
- 自己编写的BCH编码译码程序,已经通过验证可以在m<=4的情况下正确译码。采用Berlekamp迭代算法。m在5以上时会出错。-BCH encode&decode programme ,using BerleKamp algorithm , Can be used when m<=4. Will not work well when m >=5.