搜索资源列表
RS-MATLAB-code
- Reed-So lomon (RS)码是目前最有效、应用最广的 差错控制编码之一,是一类具有很强纠错能力的多进制BCH 码, 它既可以纠正突发错误, 也 可以纠正随机错误。RS 码主要应用于实时性较高的移动通信系统、深空通信、数字卫星电 视、磁记录系统等方面。本文用matlab详细仿真实现RS编译码-Reed-So lomon (RS) code is the most effective, the most widely used one of error-controlling
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_perfermance
- 对能纠正5个信道错误的BCH符号进行有些分析,matlab仿真。-Encoding for BCH codes and shows it s BERperfermance.
BCH-simulation
- BCH码编码译码方法研究及仿真,主要有n-k编码、代数编码、彼得森译码、BM译码、群变换译码等,用MATLAB仿真。-BCH codes encoding&decoding methods and simulation
BCH-PZ-decoder
- HI MATLAB CODE FOR BCH AND TURBO
bch_encode
- BCH编码的matlab程序,实现BCH(1023,1013)-BCH coding matlab program to achieve the BCH (1023,1013)
BCH_matlab_code
- bch编码的matlab实现,提供matlab仿真框图和分析结果-bch coding matlab implementation, provides a block diagram matlab simulation and analysis results
BCH_matlab
- BCH信道编译码的matlab仿真程序,附带源代码以及仿真结果图,设计数据流程图,是初学理解BCH码的好文档-BCH channel codec matlab simulation program, with source code, and Simulation results, data flow design is good for beginners to understand BCH code documentation
BCH
- this file is to you to bch channel implimentatio in matlab and testing it is very simple
bch编码matlab实现
- 详细讲解bch编码过程及matlab实现,有程序代码,可运行,
matlab实现bch编码
- matlab实现bch编码,包括编码原理讲解和程序代码,代码已调试可运行。