搜索资源列表

  1. ldpc_distr1

    0下载:
  2. 低密度码信道编译码算法,程序有信道模拟,matlab语言实现,主要研究规则低密度码-channel low-density code encryption algorithm, the procedure channel simulation, Matlab language, the main rules of low-density code
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:623975
    • 提供者:马林华
  1. hafum

    0下载:
  2. 这是一个用C语言编写的哈夫曼编/译码器程序,与严蔚敏版数据结构习题的5.2相对应啊-This is a C language prepared by the Huffman encoder / decoder procedures, and Yan Wei-min data structure Exercise version 5.2 should be relatively ah
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2376
    • 提供者:火山
  1. hfman

    0下载:
  2. 一个用C语言编的哈夫曼编译码器,未调试过.但应该会给大家一些帮助.-with a series of the C language Huffman codecs, not tuned. It should give you some help.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2050
    • 提供者:张长
  1. 实验5

    0下载:
  2. 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77958
    • 提供者:陈又鄂
  1. viterbi1

    0下载:
  2. 一个很好的viterbi译码算法!卷积码的编译码!-a good Viterbi decoding algorithm! Convolutional Codes of encryption!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5482
    • 提供者:林雨
  1. RScode.tar

    0下载:
  2. RS 码的编译码程序,对编码分析有一定的帮助,采用迭代译码算法. -RS encryption procedures, coding analysis is certainly helpful, using iterative decoding algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:46329
    • 提供者:李水平
  1. LDPC-2001-11-18.tar

    0下载:
  2. 关于LDPC编/译码的方针平台。能随机产生信源和模拟高斯信道。-on LDPC encoder / decoder platform approach. Letters can be randomly generated and analog sources Gaussian Channel.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:397275
    • 提供者:与自封
  1. huffman_tree(sjjg)

    0下载:
  2. 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and f
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:陈静
  1. ldpc_ber

    0下载:
  2. 关于LDPC编译码的程序,希望大家喜欢。 其中有具体的编码,解码,调制等模块。-on LDPC encryption procedures, hope you like them. Which specific encoding, decoding, modulation and other modules.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:35245
    • 提供者:bill
  1. ldpc_encode-decode

    0下载:
  2. 基于gf(q)的ldpc编译码程序 matlab-based gf (q) ldpc encryption procedures Matlab
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:590646
    • 提供者:屈兰
  1. ldpc_gallager

    0下载:
  2. 经典ldpc编译码程序 gallager的博士论文里的部分仿真程序-classic ldpc encryption procedures Gallager doctoral thesis of simulation program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:327535
    • 提供者:屈兰
  1. TCHFS

    0下载:
  2. 根据TCH/FS信道的技术标准,用MATLAB语言编写程序模块,实现编译码模块功能,仿真TCH/FS信道各模块,检验与测试它们的性能,对TCH/FS信道的纠错性能进行仿真及分析。-under TCH / FS access to the technical standards, using MATLAB language program modules to achieve encryption module function, sim
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:202012
    • 提供者:刘奇
  1. cc1_matlab-

    0下载:
  2. 一些关于信道编译码的Matlab源代码,国外一所大学的matlab编译码解答。-some of the channel codec Matlab source code, a foreign university Matlab encryption answer.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:76422
    • 提供者:刘鹏
  1. ReedSolomon_codec

    0下载:
  2. 用C++写的Reed-Solomon码的编译码器 用C++程序更简明清晰,实现产、高效译码-C wrote Reed-Solomon code encryption Formosan C procedures more clear and concise, achieving the middle, efficient decoding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13160
    • 提供者:自由自在
  1. Turbocode

    0下载:
  2. 包括turbo码编译码程序,译码算法包括sova及max-log-map算法,并有完整链路验证其性能。-including turbo coding - decoding procedures, SOVA including decoding algorithm and max-log-map algorithm, and link integrity test its performance.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13265
    • 提供者:tanbo
  1. VIT2.1.6

    0下载:
  2. viterbi 编译码器C源程序,rate=1/2 N=7-Viterbi Decoder C source, rate = 1 / 2, N = 7
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4098
    • 提供者:袁琅
  1. sttc

    0下载:
  2. 在ofdm系统中空时格状码编译码方式,与ofdm结合性能的比较-in OFDM systems hollow when trellis coding - decoding methods, combined with OFDM Performance Comparison
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2184
    • 提供者:foeni
  1. 200642313193840533

    0下载:
  2. 哈夫曼编/译码器(3) 哈夫曼编/译码器(3) 哈夫曼编/译码器-Huffman encoder / decoder (3) Huffman encoder / decoder (3) Huffman Encoder / Decoder
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2040
    • 提供者:lijie
  1. ywf

    0下载:
  2. 哈夫曼编/译码器-Huffman encoder / decoder
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:杨风
  1. parallelturbo

    1下载:
  2. turbo 码matlab编译码程序,包括map和siso译码算法-turbo codes Matlab encryption procedures, including the map and REJS decoding algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30865
    • 提供者:李倩
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org