搜索资源列表

  1. B_M算法

    0下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just ty
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  1. BCH_bm_simulation

    1下载:
  2. An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder / decoder for binary BCH codes Er Ryan correction using the BERLEKAMP - MAS
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5416
    • 提供者:里海
  1. rs.bm

    0下载:
  2. 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP - MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the e
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15851
    • 提供者:王智
  1. 75-dFile

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。 IDEA是International Data Encryption Algorithm 的缩写,是1990年由瑞士联邦技术学院来学嘉X.J.Lai 和Massey提出的建议标准算法称作PES( Proposed Encryption Standard) 。Lai 和Massey 在1
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18881
    • 提供者:zengzl
  1. 高速Berlekamp.Massey算法结构及电路实现

    0下载:
  2. 高速Berlekamp.Massey算法结构及电路实现
  3. 所属分类:其它文档

    • 发布日期:2011-05-02
    • 文件大小:260318
    • 提供者:qinfeng
  1. B_M算法

    0下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC++ programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:1911808
    • 提供者:赖晖
  1. BCH_bm_simulation

    1下载:
  2. An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder/decoder for binary BCH codes Er Ryan correction using the BERLEKAMP- MASSEY
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:里海
  1. rs.bm

    0下载:
  2. 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP- MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the er
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者:王智
  1. bch_matrix_v1_0_tar

    0下载:
  2. The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:shijianhong
  1. BCH_decode_berlekamp.m

    0下载:
  2. BCH码的Berklak-Massey算法,编程比较经典。-BCH code Berklak-Massey algorithm, compare the classic programming.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王明
  1. bch

    2下载:
  2. 主要仿真了二进制的BCH码采用BM算法的编码以及解码的过程-An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:雪林
  1. Errors_Erasures_ASL

    1下载:
  2. Reed-Solomon step by step erasure decoding using berlekamp-Massey algorithm.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:659456
    • 提供者:Farnaz Shayegh
  1. Berlekamp_Massey_Algo_MiniPoly

    1下载:
  2. Pseodu-random sequence Berlekamp-Massey Algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:swallow
  1. BM

    0下载:
  2. 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 com
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Maor Karisi
  1. rs_decoder

    0下载:
  2. 本程序实现RS码的Berlekamp-Massey解码算法。-The program realization RS code Berlekamp-Massey decoding algorithm.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:233472
    • 提供者:于慕阳
  1. RSdecFlash_100722

    0下载:
  2. RS(511,495) decoder for NAND flash controller,decoding steps: (1)syndrome (2)Berlekamp-Massey (3)chien (4)forney
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:331776
    • 提供者:彭洪
  1. Berlekamp_Massey

    0下载:
  2. 移位寄存器中的基础算法,Berlekamp Massey算法-The basis of the shift register algorithm, Berlekamp Massey algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2235392
    • 提供者:李东辉
  1. Errors_And_Erasures_Test

    0下载:
  2. rs erasures and decoding using the massey berklamp algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:archana
  1. bch

    0下载:
  2. bch decoder using Berlekamp-Massey and Chien search standard bch decoder simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:crony76
  1. BM

    0下载:
  2. 利用Berlekamp Massey算法求一个线性反馈移位寄存器序列的极小多项式及线性复杂度。(We use Berlekamp Massey algorithm to find the minimal polynomial and linear complexity of a LFSR.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1043456
    • 提供者:老中医
« 12 3 »

源码中国 www.ymcn.org