CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - decoding

搜索资源列表

  1. G723.1.3

    0下载:
  2. 语音压缩编码和解码的标准,其中包含部分源代码-voice compression encoding and decoding standard, which includes source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:226783
    • 提供者:kevin
  1. MPEG4videoencodeanddecode

    0下载:
  2. 用VC++实现的MPEG4视频编码和视频解码,很好用的-with VC of MPEG4 video coding and decoding video, with the good
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:124454
    • 提供者:xueling
  1. ldpcdecode

    0下载:
  2. 低密度效验码的解码过程。有部分注解。matlab环境下。-low-density well-tested code decoding process. Some notes. Matlab environment.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:rain6537
  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111303
    • 提供者:wangyuliang
  1. GSMcoder

    0下载:
  2. GSM信道中卷积码编码以及相应的维特比译码的全部Matlab代码。-GSM channel convolution encoder and the corresponding Viterbi decoding all the Matlab code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2681
    • 提供者:张琪
  1. juanjimadefangzhenchengxu--matlab

    0下载:
  2. 信道编码中的卷积码的编译码Matlab仿真程序。有资源大家共享才是真的好-channel coding of the coding and decoding Convolutional Codes Matlab simulation program. Have the resources to share is really good
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6209
    • 提供者:欧欧
  1. xianluma

    0下载:
  2. 该程序实现了几种线路码的编译过程。包括编码和译码的过程,绘制有关的性能曲线、频谱图和波形图,还有纠错的能力。-the realization of several lines of code compile process. Including the coding and decoding process, drawing on the performance curve, spectrum and waveform charts along with error-correcting cap
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16250
    • 提供者:李家军
  1. MATLAba13

    0下载:
  2. 该程序实现了A律13折线量化编码过程。包括两种译码方法:1手工译码法,2逐次反馈法。-the program achieved a 13 dogleg A legal quantify the encoding process. Including two decoding methods : a manual decoding, two successive feedback.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14308
    • 提供者:李家军
  1. DSPMP3uiamcjembap

    0下载:
  2. mp3解码算法 ,能够在 个人 pc机上成功地 解码 播放 mp3文件 -mp3 decoding algorithm, to the individual pc crew successfully decode mp3 players document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:37983
    • 提供者:谢敏
  1. turboprog

    2下载:
  2. 使用Matlab,编程实现Turbo码的编码及其解码算法,并给出在AWGN信道下该信道编码的性能-use Matlab, Turbo programming code coding and decoding algorithm, and gives the AWGN channel under the Channel Coding Performance
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9564
    • 提供者:王晓东
  1. viterbi1111

    0下载:
  2. 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8084
    • 提供者:GF
  1. huffmen

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接受将传来的数据进行译码。-use Huffman coding can be greatly improved communication channel utilization, shorten information transmission time and reduce transmission costs. However, this require
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1769
    • 提供者:熊杰
  1. huofumanj

    0下载:
  2. 霍夫曼解码 给出码表的 编码的结果就是使每一个字符的编码都与另一个字符编码的前一部分不同.不可能出现像a:00,b:001这种情况.这样就不会遇到莫棱两可的情况了. 这是由二叉树的特点决定的,编码是由从根结点到一个叶子的路径决定的.不同的叶子对应的这种路径不可能出现像a:00,b:001这种情况.你可以画画二叉树图,就懂了. -Huffman decoding code table is given
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:113942
    • 提供者:曾啸
  1. sova0

    0下载:
  2. sova.wuyufeng的译码程序,还可以,需要的可以下载看看,不需要的也可以-sova.wuyufeng the decoding process can also be required can be downloaded to see, do not need can also be
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:2062
    • 提供者:政委
  1. RScoding

    0下载:
  2. rs编码和解码功能函数,在网上找到的不少RS编码函数中,这个是比较完整的-rs encoding and decoding function, in-line to find a lot of RS coding function, this is a relatively complete
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:12180
    • 提供者:Edwin
  1. xunhuanma

    2下载:
  2. (7,3)循环码的编码和译码,还可以纠错一位,检错两位。在ketang-(7,3) cyclic code encoding and decoding, error correction can also be one of two error. In ketang
  3. 所属分类:Compiler program

    • 发布日期:2016-05-14
    • 文件大小:2115
    • 提供者:sony
  1. weiyikeyima

    0下载:
  2. 实现,信息论编码唯一可译码的判断~-Realized, the only information theory coding decoding judge ~
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2089416
    • 提供者:
  1. beta3

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,实现哈夫曼的编码译码-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information and reduce transmission costs, implementation Huffman encoding decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:3029
    • 提供者:yan
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
  1. vvv

    0下载:
  2. 卷积码的编码、维特比译码,已调试成功,可直接使用-Convolutional code encoding, Viterbi decoding, has been debugged, can be used directly
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:696
    • 提供者:张楠
« 12 3 4 »
搜珍网 www.dssz.com