搜索资源列表
ldpc_c_code
- LDPC码在基于BP (Belief Propagation) 的迭代译码相结合的条件下具有逼近Shannon 限的性能,是继turbo 码后在纠错编码领域又一重大进展。压缩文件中给出了LDPC在高斯信道下的c程序。-LDPC codes based on BP (Belief Propagation) Iterative Decoding of combining conditions with performance approaching Shannon limit on the heel
hahuman
- 香农-范诺 和 霍夫曼无损 压缩算法-Shannon and huffman code by C++
ImageCoding
- 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
code
- 使用javascr ipt仿真香农、费诺、哈夫曼编码,以便分析-using javascr ipt for simulation Shannon, Fano, Huffman coding, in order to analyze their characteristic
HuffmanandShannon-Fanosourcecoding
- Huffman and Shannon-Fano source coding
Shannon-fano
- A source code of Shannon-fano coding in C++. Sometimes also known as prefix coding
Source_coding
- 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
ShannonFano
- Shannon Fano algorithm code build in C-Shannon Fano algorithm code build in C++
Shannon_fano_Elias
- This technique doesn t involve sorting of probabilities as in Shannon-Fano coding. The following formula is used to calculate F (x) which in turn generates the code F (x) = F(x) + p(x) / 2, where F(x) is cummulative sum of probabilities p(x).
SHANON
- Shannon fano code in C
SHANNON-FANO-CODE
- shannon fano code in c. one of the most commonly used coding techniques
Ignotus-shannon-fano-e82a269
- This is Basic C code of Compress and Decompress of Shannon-Fano algoriphms-This is Basic C code of Compress and Decompress of Shannon-Fano algoriphms...
Huffman-Fano-LZW-Shannon-CSharp
- this Source Code in Programed in C# and complete C# project is uploaded... 4 codding algorithms are programmed, huffman LZW fano and shannon-this Source Code in Programed in C# and complete C# project is uploaded... 4 codding algorithms are
Coding
- matlab files that generate Huffman code, Shannon code,LZW code and Fano code. The myfile.txt is a arbitrary text file that will be coded.
Entropy-coding-source-program
- 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。 哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
informatiom
- 信息熵计算 信道容量迭代计算 香农码生成器以及编码 fano生成器以及编码-Information entropy iterative channel capacity the the Shannon code generation encoding fano generator and coding
array
- 和Huffman-Tree一样,Shannon-Fano coding也是用一棵二叉树对字符进行编码。但在实际操作中呢,Shannon-Fano却没有大用处,这是由于它与Huffman coding相比,编码效率较低的结果(或者说香农-范诺算法的编码平均码字较大)。-And Huffman-Tree, like, Shannon-Fano coding is using a binary character coding. However, in practice it, Shannon-Fan
shannon-fano
- Shanon fano code for calculating entropy,efficiency
source coding
- 中文熵统计实验,卷积码,循环码,香农编码,线性分组码,费诺编码,霍夫曼编码(Chinese entropy statistical experiment, convolution code, cyclic code, shannon coding, linear block code, fano coding, Huffman coding.)
code
- 信源编码,包括经典的香农信源编码、费诺信源编码、霍夫曼信源编码(Source coding, including the classical Shannon code, Fano code, and Huffman code.)