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

搜索资源列表

  1. bch_code

    0下载:
  2. bch编码 ,用来实现内存纠错。是现在的一种主流内存编解码方案-bch code used to implement memory error correction. Is now a mainstream memory encoding and decoding scheme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-11-21
    • 文件大小:134144
    • 提供者:liqiang
  1. a-novel-method-for-h264-video-transmission-using-

    0下载:
  2. IEEE document of error correction technique by BCH codes
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3705862
    • 提供者:
  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. 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. 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. 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. 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. 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. bch_dec_enc_dcd_latest.tar

    0下载:
  2. BCH译码器设计源代码,它能实现对两位错误的纠正。这是最新版本。-The BCH decoder design source code, it can achieve the two error correction. This is the latest version.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:1039985
    • 提供者:jiangxingtong
  1. BCH_Sim_Main

    0下载:
  2. BCH编译码程序,对误码性能仿真,获得实际的误码曲线。-BCH Codec error performance simulation, the actual error curve.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1033
    • 提供者:sosaya
  1. bch_dec

    0下载:
  2. BCH编解码 Features : – allows to correct up to 2 errors. – supports 16/32/64/128 bit memories (typical memory word sizes). – operates on complete memory words in a single cycle. – pure combinational logic design-The double error correcting (DE
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-17
    • 文件大小:1099259
    • 提供者:luobing
  1. bpsk_ofdm_EN

    1下载:
  2. Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC). The study uses an OFD
  3. 所属分类:3G develop

    • 发布日期:2016-05-26
    • 文件大小:1024
    • 提供者:egres74
  1. bpsk_ofdm_BCH_EN

    1下载:
  2. Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC). The study uses an OFD
  3. 所属分类:matlab

    • 发布日期:2016-11-07
    • 文件大小:2048
    • 提供者:egres74
  1. bpsk_ofdm_CodeConv_EN

    1下载:
  2. Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC). The study uses an OFD
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1580
    • 提供者:egres74
  1. bpsk_ofdm_RS_EN

    1下载:
  2. Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC). The study uses an OFD
  3. 所属分类:matlab

    • 发布日期:2015-02-15
    • 文件大小:2048
    • 提供者:egres74
  1. bpsk_ofdm_CodeLDPC_EN

    2下载:
  2. Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC). The study uses an OFD
  3. 所属分类:matlab

    • 发布日期:2015-05-05
    • 文件大小:2048
    • 提供者:egres74
  1. 09836609GSM-CHANNEL-CODING

    0下载:
  2. 循环码BCH的盲识别,信噪比升高,误码率下降。-Cyclic code BCH blind identification, higher signal-to-noise ratio, bit error rate.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:797264
    • 提供者:雷彬
« 1 2 34 »
搜珍网 www.dssz.com