搜索资源列表
BCH并行编码器vhd
- BCH并行编码器vhdl代码
bch_Euclidean
- 用Euclidean算法实现BCH的编码和译码,仿真可直接运行-BCH encode and decode
bch
- 本源码纠错编码BCH编解码,提供在AWGN下的误码性能方针,并与理论曲线进行比较-The source encoding and decoding BCH error-correcting code, provides error performance under AWGN approach and compared with the theoretical curve
BCH3121_analysis
- 对(31,21)的BCH码编码、译码过程进行详细的分析,希望初学者有所帮助。-Descr iption of coding, decoding process of (31,21)BCH code in detail.I hope it would be helpful for beginners.
MATLAB-and-communication-simulation
- 1、研究BFSK在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系; 2、研究BFSK在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。 3、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系;分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 4、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(有突发干扰)的误
BCH2616
- bch码 编码、译码源代码,经调试可以使用-BCH ENCODE DECODE
AAAAA
- BCH编码、译码源代码 可以编译使用 -BCH DECODE AND DECODE
BCH_BER_SYSTEMVIEW
- 基于systemview平台,对(7,4)BCH码进行编码和译码,最后得出译码后消息和原消息的BER-Based systemview platform, (7,4) BCH code for encoding and decoding, the conclusion that the BER of the decoded message and the original message
bchcode
- 实现了bch编码,基于有限域多项式除法,自己动手写的,大家可以看下-Based on division in galois field,relize the BCH code
BCH
- 该编码能实现bch码的编码和解码,在人工输入错误数和错误位数时,可实现自动纠错。-This code can realize the encoding and decoding of BCH code, when human input error number and error digits, it can realize the automatic error correction.
zong
- (1) 数据源:随机产生752*8bit作为数据源 (2) 按照DTMB的能量扩散初始相位和生成多项式来产生伪随机数据并对原始数据源进行加扰 (3) 加扰后的数据直接进行解扰,观察误码率的值,验证加扰算法 (4) 按照DTMB标准构造BCH(1023,1013)来实现BCH(762,752)信道编码器和解码器,并观察其误码率是否为0来验证其正确性。 (5) 最后把能量扩散和BCH编码级联,接收端把BCH解码和解扰级联,观察其误码率,验证正确性。 -(1) Source: ra
bch-2
- 此文件为BCH编码和译码的C语言实现版代码,亲测可用。-This file is BCH encoding and decoding of the C language version of the code, pro-test available.
BCH码
- BCH码的编码,解码程序(包括皮德森译码和BM迭代译码),有详细注释。(The encoding and decoding procedures of BCH codes (including Peterson decoding and BM iterative decoding) are explained in detail.)