CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bch

搜索资源列表

  1. bch127

    1下载:
  2. C语言实现BCH127编码,采用长除法实现,语言简洁简单,可以以此理解BCH编码原理并转化为其他语言-BCH127 CODE.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:605358
    • 提供者:zhoutianfeng
  1. 255_231_3_bm

    0下载:
  2. 二进制本原BCH码,码长255,纠错能力为3。采用BM迭代译码算法。-Binary primitive BCH codes, 255 yards long, error-correcting capacity of 3. The use of iterative decoding algorithms BM.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-08
    • 文件大小:1619556
    • 提供者:杨光
  1. 255_231_3_lookuptable

    0下载:
  2. 二进制本原BCH码,码长255,纠错能力3,采用伴随式查表译码算法(lookup-table)-Binary primitive BCH codes, 255 yards long, 3 error correction, using the decoding algorithm with look-up table type (lookup-table)
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-11-21
    • 文件大小:1634304
    • 提供者:杨光
  1. simulation

    1下载:
  2. BCH RS 卷积码 抗噪性能曲线比较 包括三种码字的编译码、加噪声以及硬判决解码模块 -BCH RS convolutional noise immunity curve consists of three code word encoding and decoding, plus noise and hard decision decoding module
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-03-16
    • 文件大小:6144
    • 提供者:yichen
  1. BCH-code-_matlab

    0下载:
  2. 循环码是线性分组码中最重要的一种子类,是目前研究得比较成熟的一类码。它的检、纠错能力较强,编码和译码设备并不复杂,而且性能较好,不仅能纠正随机错误,也能纠正突发错误。循环码还有易于实现的特点,很容易用带反馈的移位寄存器实现其硬件 。循环码具有许多特殊的代数性质,这些性质有助于按照要求的纠错能力系统地构造这类码,并且简化译码算法,目前发现的大部分线性码与循环码有密切关系正是由于循环码具有码的代数结构清晰、性能较好、编译码简单和易于实现的特点,因此在目前的计算机纠错系统中所使用的线性分组码几乎都是循
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:82145
    • 提供者:胡志宏
  1. Cyclic(73)

    0下载:
  2. 循环码的定义以及由生成多项式求解生成 矩阵和系统生成矩阵的过程,并在Matlab环境下写出了循 环码的编码器和解码器代码,实现了编码和译码功能。分析和讨论了 此码发现错误、纠正错误的能力,并讨论了其与线性分组码、Hamming 码等信道编码的区别与联系。 - Definition of cyclic codes generated by the polynomial generator matrix of the process of seeking system, writte
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:202176
    • 提供者:胡志宏
  1. Channel-Codes

    0下载:
  2. Channel Codes Channel coding lies at the heart of digital communication and data storage, and this detailed introduction describes the core theory as well as decoding algorithms, implementation details, and performance analyses. Professors Ry
  3. 所属分类:Communication

    • 发布日期:2016-03-28
    • 文件大小:4816896
    • 提供者:mustaf dhia
  1. rs

    0下载:
  2. RS码(Reed—Solomon码)是多进制BCH码,也是目前最有效、应用最广泛的差错控制编码。它具有很强的纠错能力,随机错误、突发错误都能纠正,特别是在短的和中等码长其性能接近于理论值。再加上构造方便,编码简单,设备不复杂,因此在实时性要求较高的数字通信及深空通信方面有广泛应用-RS code ( Reed- Solomon code ) is a multiple of BCH code, is currently the most effective, the most widely us
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:8192
    • 提供者:韩建飞
  1. bch_dvb_encode

    0下载:
  2. encoding bch in dvb-t2 standards
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:631
    • 提供者:dr4all234
  1. BCH_32_21_5

    0下载:
  2. BCH(32,21,5)的Java实现,移植于C语言的实现-BCH(32,21,5) Code,Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2767
    • 提供者:BenWei
  1. BCH_zcx

    0下载:
  2. 自己编写的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.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-02
    • 文件大小:6790
    • 提供者:zcxvegeta
  1. bianma

    2下载:
  2. BCH码的编译码算法依据的原理,并且实现了BCH (15, 5)码的仿真。该码码长n=15, 信息码位k=5, 纠错位t=3, 阶数m=4, 能纠错3位。译码所用的方法是彼得森译码方法。在彼得森一码中采用计算校正子,然后用校正子寻找错误图样的方法。-BCH code encoding and decoding algorithm based on the principle, and BCH (15, 5) code of the simulation. The code code lengt
  3. 所属分类:Wavelet

    • 发布日期:2017-03-22
    • 文件大小:641391
    • 提供者:晓晓
  1. ECC_BCH4

    0下载:
  2. Micron NAND BCH Encoder
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:8932
    • 提供者:mofong
  1. BCH_Enc_Dec

    0下载:
  2. BCH encoder/decoder using matlab function. It includes an error analyser and an error rate calulator.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:862
    • 提供者:Tman
  1. bch_work

    0下载:
  2. BCH编解码,matlab系统仿真 BCH编解码,matlab系统仿真-BCH codecs, Matlab System Simulation
  3. 所属分类:Modem program

    • 发布日期:2017-03-29
    • 文件大小:4718
    • 提供者:charls
  1. syndrome

    0下载:
  2. the first step og bch code decoder part. syndrome generator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:667904
    • 提供者:neeha
  1. MATLAB-and-communication-simulation

    0下载:
  2. 1、研究BFSK在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系; 2、研究BFSK在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。 3、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系;分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 4、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(有突发干扰)的误
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:623518
    • 提供者:tracy
  1. bch_matlab

    0下载:
  2. 实现BCH编译码,仿真了BCH(15,5,7)码,在不同调制方式下(BPSK,QPSK,16QAM,64QAM)的误码率性能曲线。-BCH encoding and decoding, simulation BCH (15,5,7) code, in a different modulation mode (BPSK, QPSK, 16QAM, 64QAM) bit error rate performance curve.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:12331
    • 提供者:dingyq
  1. EBCHr

    0下载:
  2. 纠错编码,BCH的实现,已经过测试试时可用的,就是需要自己再加个画图语句 -To achieve error correction coding, BCH, has been tested and test available is the need for plus a drawing statement
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:3072
    • 提供者:反弹
  1. Tgenerate_treh

    0下载:
  2. 这是和BCH码有关的源程序,前面提交过turbo码了,所以以很有必要再加些BCH码的了,呵呵 , -This is the source code and BCH code, previously submitted a turbo code, so it is necessary to add some BCH codes, I
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:19456
    • 提供者:反弹
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 25 »
搜珍网 www.dssz.com