搜索资源列表
信息论与编码学的实验报告
- 信息论与编码学的实验报告,大学的重要课件哦,很好用的
HUFFERMAN
- 信息论与编码实验三:用VC++实现霍夫曼的编码。-Information theory and coding experiment III: The VC++ Achieve Hoffman encoding.
RunLengthCoding
- 用C语言实现《信息论与编码》里的游程编码(黑白用数字表示)。-Using C language implementation, " Information Theory and Coding," in the run-length coding (black and white with that figure).
yc
- 这是用VC写的游程编码的源程序,是信息论与编码的课程设计,有相应的解码过程-This is written with VC run-length coding of the source, is information theory and coding of curriculum design, a corresponding decoding process
youcheng
- 信息论与编码课程设计:基于概率论与编码 游程编码-Information Theory and Coding Course Design: Based on the probability of run-length coding and coding
feinuo
- 信息论与编码课程设计:基于概率论与编码 费诺编码-Information Theory and Coding Course Design: Based on probability theory and coding coding Fenno
InformaitonTheoryandCodinTsingHua2009
- 清华大学 2009版 信息论与编码 教学课件(ppt格式),包括各章习题解答,复习,和教学日历(ppt格式)。学校内部使用的-Tsinghua University, 2009 edition of Information Theory and Coding Courseware (ppt format), including the chapters Exercise answers, review, and teaching calendar (ppt format). Schools in
RD
- 信息论与编码中,信道信息传输率损失函数的迭代计算源码-Information theory and coding, channel information transfer rate of loss function, the iterative calculation of source code
Hamming
- 用MATLAB实现Hamming码的编码和译码,并设计了友好的互动界面,是学习信息论与编码很好的例子。-Hamming code with MATLAB to achieve encoding and decoding, and a friendly interactive interface design, information theory and coding to learn a good example.
haiming
- 信息论与编码中,实现的一个简单的(7,4)系统线性分组码,也即海明码-Construct a systematic (7,4) linear block code.You can use c lauguage or HDL (VHDL or Verilog-HDL) to describe it. Construct a linear block decoder,and decode the received code vector[0 1 0 1 1 0 1].Please write the
suanshubianma
- 本程序是信息论与编码课程中常见的一种编码方式,即算术编码。这是一种最基本的简单编码-Information theory and coding of this procedure is a common curriculum in the encoding that the arithmetic coding. This is a basic simple coding
theory
- ppt 近代信息论 信息论与编码 某大学研究生课程-ppt
xinxilun2004
- 大学信息论与编码讲义,其中详细的讲了信息论的所有知识点-University of information theory and coding notes, which detailed all the knowledge about the information theory point
123
- 信息论与编码中的自适应算术编码的程序,希望有帮助!-Information theory and coding of adaptive arithmetic coding process, want to help!
Arithmetic coding
- 算术编解码,利用MATLAB实现信息论与编码中的算术编码。(Arithmetic coding, which uses MATLAB to implement arithmetic coding in information theory and coding.)
vc source of channel capacity--diedai
- 利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)
代码
- matlab中哈夫曼编码函数的调用及通信工具箱的使用(matlab Huffman encoding)
Q4_1
- 已知(10,6)系统循环码的生成多项式为:g(x)=x4+x+1,请设计该循环码的编码器。输入随机码元序列长度至少1000位。按照错误概率Pe随机产生差错图样,得到实际接收码字。 根据接收到的码字进行译码,计算误码率。调整Pe的大小,画出误码率与Pe之间的关系曲线。程序难度不大,如需要其他参数请自行调整。有问题可以私聊。(The generating polynomial of known (10, 6) system cyclic codes is g (x) =x4+x+1, please
哈夫曼吗
- 中北大学信息论与编码实验专用哈夫曼吗!!!!
Program3_1
- 哈夫曼编码和译码过程 信息论与编码作业 自定义输入(Huffman coding and decoding process)