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

搜索资源列表

  1. rs-codec-8-4

    0下载:
  2. encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplic
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:44917
    • 提供者:zs8292
  1. forney_conv

    0下载:
  2. 一种交织算法——forney交织,用于均衡能量,打乱码流的顺序,从而可以较低突发性错误对码流的影响。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3662
    • 提供者:杨宇
  1. rs_forney

    0下载:
  2. algoritm Forney for rs(15_13)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2269
    • 提供者:pavel44187
  1. pdf417rs

    0下载:
  2. PDF417条形码检错纠错实现.采用Berlekamp-Massey算法实现错误多项式的求取,而后采用chien氏搜索法寻得错值位置,最后用forney算法计算得到错误值。-implementation of the error detection and correction algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:韩东
  1. RS(204.188)design

    2下载:
  2. RS(204,188)译码器说明 原文件: rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_po
  3. 所属分类:其他小程序

    • 发布日期:2013-05-13
    • 文件大小:13900
    • 提供者:川天古木
  1. High_speed_Reed-Solomon

    0下载:
  2. 近几年关于高速Reed-Solomon编译码实现的论文,详细讲述了Chein,Forney,解方程模块的设计-In recent years, the high-speed Reed-Solomon coding and decoding achieve the papers detail in Chein, Forney, solving equations Module
  3. 所属分类:Project Design

    • 发布日期:2016-11-07
    • 文件大小:3713004
    • 提供者:wylie
  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-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:331494
    • 提供者:彭洪
  1. Fornry_Blockcoding

    0下载:
  2. A comprehensive Tutorial for block coding by David Forney
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:135607
    • 提供者:Sam
  1. forney

    0下载:
  2. Modulation and coding for linear Gaussian channels
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1116344
    • 提供者:goodscore
  1. RS(204_188)decoder

    0下载:
  2. 实现rs译码的好的参考资料,rs(204,188) 包含了5个模块,求解伴随式。BM算法,钱搜索,forney纠错算法模块-failed to translate
  3. 所属分类:邮电通讯系统

    • 发布日期:2013-12-09
    • 文件大小:11192
    • 提供者:uodsi
  1. pdf417rs

    0下载:
  2. PDF417条形码检错纠错实现.采用Berlekamp-Massey算法实现错误多项式的求取,而后采用chien氏搜索法寻得错值位置,最后用forney算法计算得到错误值。-implementation of the error detection and correction algorithm
  3. 所属分类:Graph program

    • 发布日期:2014-06-20
    • 文件大小:3072
    • 提供者:rkingt
  1. RS(204-188)decoder

    1下载:
  2. rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_power.mif(ROM初始化文件)。 仿真波形:
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:15449
    • 提供者:杜洵
  1. art_sklar3_turbocodes

    0下载:
  2. Concatenated coding schemes were first proposed by Forney [1] as a method for achieving large coding gains by combining two or more relatively simple buildingblock or component codes(sometimes called constituent codes). The resulting codes had the
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:605184
    • 提供者:ghorbanii
  1. Kalman filtering on Forney graphs

    1下载:
  2. 对在因子图中的卡尔曼滤波算法进行了推导,得到了相关的论证算法。(The Calman filtering algorithm in the factor diagram is derived, and the relevant argument algorithm is obtained.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-09
    • 文件大小:320512
    • 提供者:峰峰
  1. RS(204,188)译码器的设计

    0下载:
  2. RS(204,188)译码器说明 原文件: rs_decoder.v(顶层文件), SyndromeCalc.v(计算伴随式), BM_KES.v(BM求解关键方程), Forney.v(Forney算法求误差样值), CheinSearch.v(搜索错误位置),ff_mul.v(有限域乘法)。 ROM及初始化文件: rom_inv.v(求逆运算), rom_power.v(求幂运算); rom_inv.mif(ROM初始化文件), rom_po
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-09-18
    • 文件大小:15360
    • 提供者:HelloFrank0
搜珍网 www.dssz.com