CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - for decoding

搜索资源列表

  1. viterbddfdi

    1下载:
  2. viterbi译码程序 用来对通信中的卷积码进行译码-Viterbi decoding procedures used for communication of convolutional codes for decoding
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:windy
  1. suanshucoden122

    1下载:
  2. 本程序可以对文件进行算术编码处理 解码处理等-the procedures of document processing arithmetic coding for decoding processing
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.34mb
    • 提供者:zll
  1. Tremor_lowmemory_SVN

    0下载:
  2. The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as simila
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:412.86kb
    • 提供者:*
  1. Tremor_Snapshot_2004_02_03_WinCE_02_22_2004

    0下载:
  2. The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended to be as simila
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:342.64kb
    • 提供者:*
  1. unzip2

    0下载:
  2. 另一个解zip文件的程序 -another program for decoding .zip files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:65.54kb
    • 提供者:站长
  1. huffman

    0下载:
  2. 赫夫曼编码。可以任意的设置字母和权值用于可以进行译码,编码,打印编码文件。-Huffman coding. Can be arbitrary set of letters and weights can be used for decoding, encoding, printing, encoding files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:14.07kb
    • 提供者:黄文
  1. Huffman-encoding-decoding

    1下载:
  2. 哈夫曼编码与译码,能对输入的字符(有权值)进行建树、编码、译码-Huffman encoding and decoding can input characters (right value) for contributions, coding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:3.69kb
    • 提供者:白杨
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.18kb
    • 提供者:张继红
  1. bsc

    0下载:
  2. 对JPEG2000压缩编码后的码流文件用matlab进行RS信道编码,再BSC信道仿真,RS解码,计算PSNR- with JPEG2000 code stream file, using matlab to simulated the RS channel coding, and then BSC channel simulation, RS decoding, calculation of PSNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.06kb
    • 提供者:王冲
  1. hfmcpp

    0下载:
  2. 赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:xhh
  1. Space-Time-Trellis-Code

    0下载:
  2. 该程序用matlab实现的,用来对图形图像进行Space-Time-Trellis-Code编解码,以达到压缩的目的!-The program achieved using matlab to graphic images of the Space-Time-Trellis-Code coding and decoding, in order to achieve the purpose of compression!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:8.43kb
    • 提供者:马行空
  1. jpeg_encode+decoderhojoon

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.87kb
    • 提供者:Ho Joon Lee
  1. RealDecoder

    0下载:
  2. 用于Real文件的解码处理(解码用的Filter)。-Real documentation for decoding processing (decoding using Filter).
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-24
    • 文件大小:866.66kb
    • 提供者:delphi
  1. RSCC_Turbo

    1下载:
  2. 运用Log-Map迭代译码算法实现Turbo码的简化译码,改善了码率,提高译码速度,减小了运算量。-The use of Log-Map iterative decoding algorithm decoding Turbo codes to simplify and improve the bit rate, improve decoding speed and reduce the computational complexity.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:115.72kb
    • 提供者:何天玲
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5.83kb
    • 提供者:julia
  1. Huffman_coding

    0下载:
  2. Extended Huffman coding. Huffman encoding and Huffman decoding. Note: need to change the file path of the picture for compressing.-Extended Huffman coding. Huffman encoding and Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:8.3kb
    • 提供者:binbin
  1. arithmetic_coding

    0下载:
  2. Arithmetic coding: encoding and decoding. Note: change the file path for the compressing picture before running.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:7.58kb
    • 提供者:binbin
  1. Matsovadec

    0下载:
  2. HI ..This is soft decision decoding for convolutional coding...nice and good code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3.52kb
    • 提供者:waheed
  1. ofdm_Systems_Simulation

    0下载:
  2. 这是一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。 -This is a relatively complete simulation of OFDM communication system design, including coding, modulation, IFFT, and down-conversion, Gaussian channel
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:39.65kb
    • 提供者:李刚
  1. viterbi-master

    0下载:
  2. algorithm for decoding process
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:23kb
    • 提供者:iHadi
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com