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

搜索资源列表

  1. encoding

    0下载:
  2. 该代码基于VC开发平台,能演示三中编码方法:香农,霍夫曼,费诺编码,经过测试,运行稳定!-code based on the VC development platform, which can display three coding method : Shannon, Hoffman, Connaught fee coding, After testing, operation stability!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:116326
    • 提供者:陈天
  1. shannon

    0下载:
  2. shannon编码.cpp Shannon编码采用了先对概率分布排序后,再进行取码长,码长的选取方式是对概率累和取以2为底的对数形式。这种编码具有一定的局限性,当概率很接近时,码长会去到相等的长度。-shannon coding. cpp Shannon coding uses the first order of probability distribution, after taking further code length, code length selection method is
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:961
    • 提供者:wang
  1. mipbrink_thresh

    0下载:
  2. This function returns the optimal threshold value using the 2-D Shannon entropy method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1115
    • 提供者:ugur
  1. exponential-entropy

    0下载:
  2. 图像分割-最大指数熵阈值分割方法,性能优于最大Shannon熵-Image segmentation- maximum exponential entropy threshold segmentation method,better than Shannon entropy
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:6364
    • 提供者:殷骏
  1. QAM

    2下载:
  2. 基于Monte Carlo method的16QAM和64QAM信道容量算法,及它们与香农限的比较-Based on the Monte Carlo method, 16QAM and 64QAM channel capacity algorithm, and their comparison with the Shannon limit
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:703
    • 提供者:Weimiao Cai
  1. shannon

    0下载:
  2. 同态滤波法、希尔伯特法、香农法求取心音信号包络的matlab算法-The homomorphic filtering Law Shannon Hilbert method of calculating the heart sound signal envelope Matlab algorithm
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-26
    • 文件大小:987
    • 提供者:刘小学
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. Shannon_coding

    0下载:
  2. 以香农编码定理为依据,采用二进制香农编码方法,利用C语言在VC++平台上进行软件算法的实现-To the Shannon coding theorem based on the use of Shannon binary encoding method, using C language in VC++ Platform for the realization of software algorithms
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1929
    • 提供者:oundsth
  1. xindao

    0下载:
  2. 一 实验目的、掌握通过计算机实现香农编码二实验要求对于给定的信源的概率分布,按照香农编码的方法进行计算机实现.-One experiment was to master the computer coding realize Shannon Second experimental requirements for a given source probability distribution, in accordance with the Shannon method of encoding c
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1274
    • 提供者:dprkeform
  1. ex

    2下载:
  2. MATLAB编写的编码GUI,包括文件分析、频数统计、编码列表等。编码方法包括霍夫曼、香农、费诺、改进费诺等。GUI中还包括各编码方法的比较。GUI界面非常美观漂亮。-MATLAB code GUI, including documents analysis, frequency statistics, code list, etc.The encoding methods including hoffman, shannon, fees, and GaiJinFei etc.The compa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-08
    • 文件大小:319488
    • 提供者:郑翔
  1. shannon

    0下载:
  2. 利用信息熵(Shannon)方法判断图像模糊程度。-Information entropy method to determine the degree of image blurring
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:841
    • 提供者:赵蒙
  1. turbo_code_5g

    1下载:
  2. 5G通信必须用到的编码:Turbo码是Claude.Berrou等人在1993年首次提出的一种级联码。基本原理是编码器通过交织器把两个分量编码器进行并行级联,两个分量编码器分别输出相应的校验位比特;译码器在两个分量译码器之间进行迭代译码,分量译码器之间传递去掉正反馈的外信息,这样整个译码过程类似涡轮(Turbo)工作。因此,这个编码方法又被形象地称为Turbo码。Turbo码具有卓越的纠错性能,性能接近香农限,而且编译码的复杂度不高。-5G communication must be used
  3. 所属分类:Other systems

    • 发布日期:2016-11-20
    • 文件大小:17408
    • 提供者:王大神
  1. Project-2_HuffmanDecode

    0下载:
  2. 哈夫曼解码 (3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。 程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1222609
    • 提供者:wu chan mao
  1. 基于香农熵的多级图像阈值化的图像压缩的新方法

    0下载:
  2. 基于香农熵的多级图像阈值化的图像压缩的新方法(A New Method of Image Compression Based on Shannon 's Entropy of Multi - level Image Thresholding)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:179200
    • 提供者:niuxiaoniu
  1. mipbrink

    0下载:
  2. This function returns the optimal threshold value using the 2-D Shannon entropy method
  3. 所属分类:易语言编程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:zagar
搜珍网 www.dssz.com