搜索资源列表
-
0下载:
信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。-information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.
-
-
0下载:
由Robert.J编写的,很经典的一本书-By Robert.J prepared, it is a classic book
-
-
1下载:
根据信源压缩编码——Huffman编码的原理,制作对英文文本进行压缩和解压缩的软件。要求软件有简单的用户界面,软件能够对运行的状态生成报告,分别是:字符频率统计报告、编码报告、压缩程度信息报告、码表存储空间报告。-According to source coding- Huffman coding theory, the production of English text compression and decompression software. Require a simple soft
-
-
4下载:
第1章 用于可靠数字传输和存储的编码
第2章 代数引论
第3章 线性分组码
第4章 重要的线性分组吗
第5章 循环码
第6章 二进制BCH码
第7章 非二进制BCH码、RS码及其译码算法
第8章 大数逻辑可译码有限几何码
第9章 线性分组码的网络
第10章 基于可靠性的线性分组码软判决译码算法
第11章 卷积码
第12章 卷积码的最优译码
第13章 卷积码的次优译码
第14章 基于网络的软判决译码算法
第15章 级联编码、码分解与多阶段译码
-
-
0下载:
这是信息与编码理论这门课的一次期末考试卷子,相信对很多人都有用!-This is the Information and Coding Theory This class son of a final paper, I believe that many people have used!
-
-
0下载:
信息论与编码课程设计:基于概率论与编码
游程编码-Information Theory and Coding Course Design: Based on the probability of run-length coding and coding
-
-
0下载:
The Shannon entropy is a measure of the average information content one is missing when one does not know the value of the random variable. The concept was introduced by Claude E. Shannon in his 1948 paper "A Mathematical Theory of Communication".
-
-
0下载:
利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。
要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
-
-
0下载:
The book can be used as a basis for one course, or a two course sequence, in digital communication. The following topics are covered: complex baseband representation of signals and noise (and its relation to modern transceiver
implementation) modul
-
-
0下载:
Speech coders for noisy channels, linear predictive coders background, pitch estimation based on chaos theory, vector quantiser and the missing data problem, vector quantiser design for spectral information, trellis vector excitation, analysis of tre
-
-
0下载:
信息理论与编码中的信息编码的迭代算法,两种实现方式。-Information theory and coding the information in the coding of iterative algorithm, two kinds of implementations.
-
-
0下载:
帮别人做的一个信息论哈夫曼程序,通过信源个数,信源权重进行编码,可得到平均码长和编码效率,代码有注释,方便理解。-Someone else to do a theory Huffman program, through the number of sources, source coding weights can be obtained average code length and coding efficiency, code annotated, easy to understand.
-
-
0下载:
C语言,利用信息论与编码中的霍夫曼的原理实现文件的编码和解码,对txt和ppt文件测试成功-C language, the use of information theory and coding to achieve the principle of Huffman encoding and decoding files, txt and ppt files on the test was successful
-
-
0下载:
对于现代通信领域的研究所必须掌握的信息论与信息代码的资料-The Institute of Modern communications field of information theory and information must master code information
-
-
0下载:
汉明距离是以理查德• 卫斯里• 汉明的名字命名的,有兴趣的朋友可以了解下这位先辈。除了汉明距离,还有汉明重量、汉明码等理论在信息论、编码理论、密码学等领域都有应用。-Hamming distance is Richard Wesley, named after hamming, interested friends can see the ancestors. In addition to the hamming distance and hamming weight, ha
-
-
0下载:
Huffman coding and Compression algorithm c++ code
In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in
-
-
0下载:
小波分析的应用是与小波分析的理论研究紧密地结合在一起地。它已经在科技信息产业领域取得了令人瞩目的成就。 电子信息技术是六大高新技术中重要的一个领域,它的重要方面是图像和信号处理。现今,信号处理已经成为当代科学技术工作的重要部分,信号处理的目的就是:准确的分析、诊断、编码压缩和量化、快速传递或存储、精确地重构(或恢复)。从数学地角度来看,信号与图像处理可以统一看作是信号处理(图像可以看作是二维信号),在小波分析地许多分析的许多应用中,都可以归结为信号处理问题。对于其性质随时间是稳定不变的信号,处理
-
-
0下载:
信息论与编码 陈运主编 无水印完整版答案Information theory and coding-Information theory and coding Chen Yun editor without watermark full version of the answer
-
-
0下载:
利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)
-
-
0下载:
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particular type of optimal prefix cod
-