CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - rs码

搜索资源列表

  1. rs32_28_v1_1_tar

    0下载:
  2. RS码是Reed-Solomon 码(理德-所罗门码)的简称,它是一类非二进制BCH码,在RS码中,输入信号分成k·m比特一组,每组包括k个符号,每个符号由m个比特组成-RS Reed-Solomon codes (Li-teh-Solomon code) in the short, it is a non-binary BCH, the RS code, the input signal into a bit k m groups, each including k symbols, each
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:94208
    • 提供者:姚中华
  1. rs_eedec_bm_c

    1下载:
  2. 信道编码中的RS码BM译码算法源码,是很经典的算法之一。-channel coding of RS BM decoding algorithm source code, is one of the classical algorithm.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5988
    • 提供者:陈宁
  1. rs_main

    1下载:
  2. (31,25)RS码编码以及解码的C程序-(31.25) RS coding and decoding procedures C
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:11094
    • 提供者:phoenix
  1. rs_eedec_bm

    0下载:
  2. RS码的编码和译码程序,很经典的一个程序,不可不看。-RS encoding and decoding process, a very classic procedures, I can not see.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6049
    • 提供者:张存飞
  1. rs_eedec_bm

    1下载:
  2. RS码的编译码源程序,是在高斯信道下实现的-RS encryption source code is the Gauss channel under the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6222
    • 提供者:朱磊
  1. channelcodingbyHanVinck

    0下载:
  2. 详细阐述信道编码在实际系统中的应用,其中包括了RS码,turbo码以及信息论。-elaborate channel coding system in the actual application, including the RS code, turbo codes and information theory.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7056510
    • 提供者:聂华
  1. rs_code_sys

    0下载:
  2. rs码通信系统的仿真实验,包括源程序和说明
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:170425
    • 提供者:wenti
  1. 123

    0下载:
  2. 多进制LDPC码与RS码的性能比较研究 对于两者的比较很有帮助的
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:690805
    • 提供者:韩韩
  1. RS_simulink

    1下载:
  2. RS码的simlink仿真,可以直接运行
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:11277
    • 提供者:wii
  1. rs_en_decode

    0下载:
  2. 解压后的文件中包括类CReedSolomon用于RS码的解码及编码,有测试!本人已经测过,非常好用
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5884
    • 提供者:zyk
  1. testjiucuo4

    0下载:
  2. RS纠错解码,xn纠错码原理与方法一书例题目-RS forward error correction decoder, xn principle and method of error-correcting code book cases subject
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:10929
    • 提供者:ailong1982
  1. rs_eedec_bm

    0下载:
  2. rs码的编码,里面包含了诸如有限域的生成构造等很多有用的算法-rs encoding code, which contains a limited domain such as the generation of structure, and many other useful algorithms
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:6091
    • 提供者:张平
  1. R_S_Code

    0下载:
  2. RS截断码,本程序实现RS(240,240)RS(240,224)RS(240,192)RS(240,176)多种编码,第一维表示编码后长度,第二维表示信息位的长度.-RS truncated code, the program RS (240240) RS (240224) RS (240192) RS (240176) a wide range of encoding, the first dimension, said length encoded, said second-dimensi
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:22636
    • 提供者:至诚
  1. RS-endec

    0下载:
  2. 用Visual C++实现的RS码的源代码-Using Visual C++ implementation of the RS code' s source code
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3735265
    • 提供者:张铨
  1. high_speed_architecture_for_reed_solomon_decoder.r

    0下载:
  2. RS码的解调算法,BM算法(Berlekamp–Massey)和一种新型高速VLSI算法。-High-Speed Architectures for Reed–Solomon Decoders
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:330219
    • 提供者:hero
  1. rs_decoder

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

    • 发布日期:2017-04-01
    • 文件大小:233720
    • 提供者:于慕阳
  1. RS

    2下载:
  2. 这个C++程序建立了高斯白噪声信道模型下的RS码的编码及译码算法,并且给出了其比特误码率性能。-This program has realized the RS code,the coding and decoding mode (and furthermore has simulated the ber performance of decoding )
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:68199
    • 提供者:donglan
  1. rs

    2下载:
  2. RS码的matlab译码程序,使用BM算法-RS decode
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:1258
    • 提供者:mabo
  1. rs

    0下载:
  2. reed solomon码是信息理论中信道编码的一种,简称RS码,我上传的用C来仿真实现reed solomon的编码与解码-Reed-Solomon encoder and decoder functions
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:3499
    • 提供者:zhangtong
  1. rs

    0下载:
  2. RS码的C实现,通过mex接口,在MATLAB中创建的LTE下行链路中测试,可跑出误码率曲线。-RS code is implemented in C, by mex interface, LTE downlink created in MATLAB test can be run out of BER curves.
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:34115
    • 提供者:SUN
« 12 »
搜珍网 www.dssz.com