搜索资源列表
decode
- 解码器,利用差错控制算法解汉明码,BCH码等多种码字
bch_Euclidean
- 用Euclidean算法实现BCH的编码和译码,仿真可直接运行-BCH encode and decode
BCH(15,7,2)
- bch(15,7,2)decode and encode in verilog hdl N=15,K=7,T=2时的BCH码编码:
用MATLAB语言实现BCH的编码和译码
- 用MATLAB语言实现BCH的编码和译码,BCHcode and decode
bch_Euclidean
- 用Euclidean算法实现BCH的编码和译码,仿真可直接运行-BCH encode and decode
BCH(742)
- BCH (7,4,2) encode/decode
encodebch
- BCH encode and decode
8PSKwithBCH.m
- 8PSK调制解调结合BCH编解码的Matlab程序代码-Matlab programme for 8PSK modulation with BCH code & decode
bch
- 这是个给图像加bch信道编码的小程序,提供与大家,希望能给大家些帮助-it is a program for the bch,it can encode and decode of bch to a pictur
BCH_Encoder
- 这是个BCH的信道编码程序,提供给大家,希望给大家以帮助-it is a program of encode and decode of bch,wish it can help you
BCH-Code-Decode
- 改程序实现了阶数小于20以内的BCH编码和译码,由Robert Morelos-Zaragoza编写-Reform program implemented within the order of less than 20 BCH encoding and decoding, prepared by the Robert Morelos-Zaragoza
Full_parallel_architecture_for_turbo_decoding_of_
- A full-parallel architecture for turbo decoding, which achieves ultrahigh data rates when using product codes as error correcting codes, is proposed. This architecture is able to decode product codes using binary BCH or m-ary Reed-Solomon compo
matlabfun
- 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmen
BCHdecode
- BCH(63,56) decode,verilog
bchencodeanddecodewitcorrection
- bch encode and decode wit error correction for bch(255,233)
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.
bch
- BCH编译码 彼得森译码 MATLAB译码 彼得森译码function-bch decode peterson decode
AAAAA
- BCH编码、译码源代码 可以编译使用 -BCH DECODE AND DECODE
BM-decode
- 进行BCH译码,经过模拟信道的加噪后,用BM译码的方法进行译码,信道编码的应用-BCH-decoded after the analog channel plus noise, with the BM decoding method for decoding, channel coding applications
bch_python-master
- 纠错码之BCH编译码python算法说明(BCH decode and encode)