搜索资源列表
haffman
- 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的
SOURCE9
- 图象的压缩编码,JPEG压缩编码标准 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在-Image coding, JPEG compression coding standard Note: run-time, file c: est.pcx c: est.jpg must exist
hu
- 实现基本JPEG的压缩和编码分三个步骤: 1. 首先通过DCT变换去除数据冗余; 2. 使用量化表对DCT系数进行量化; 3. 对量化后的系数进行Huffman编码。-Realize the basic JPEG compression and encoding is divided into three steps: 1. First of all, through the DCT transform to remove
GSM-TCH-FS
- GSM TCH/FS 信道编码仿真 仿真通信系统包括内外编码器、交织重排器、加性/突发或混合干扰信道、去交织反重排器、内外译码器,模拟了信息从信源到信宿的全过程; 在高斯噪声、突发干扰或混合信道下测试每个步骤对误码率和系统性能的影响,通过数字及图形的比较,得出通信系统中各个模块的作用。-GSM TCH/FS channel coding simulation Simulation of communication systems
JPEG
- 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。 -The realization of JPEG compression and coding (1) First of all, through the DCT transform to remove data redundancy (2) the use of qu
conv_encoder
- 卷积码编码仿真程序,编码速率为1/2;在Matlab环境下仿真,适用于初学者。-Convolutional code simulation program coding, coding rate of 1/2 in the Matlab simulation environment for beginners.
LPCcoder
- 简单LPC-n声码器与声激励LPC声码器语音编码合成;-simple LPC-n vocoder and voice-excited LPC vocoder synthesis speech coding
GSM-FS-Simulation-of-channel-coding
- 本次设计是对GSM TCH/FS信道进行编码设计及性能仿真,仿真通信系统包括内外编码器、交织重排器、加性/突发和混合干扰信道、去交织反重排器、内外译码器,模拟了信息从信源到信宿的全过程; 在高斯噪声、突发干扰或混合信道及瑞利信道下测试每个步骤对误码率和系统性能的影响,通过数字及图形的比较,得出通信系统中各个模块的作用。另外,在GSM TCH/FS 的基础上建立GSM TCH/EFS 信道,对相应的信道环境进行仿真,得出误码率分析。-Th
feno
- 进行香农、费诺和赫夫曼信源编码 对离散信源,如一段中文或者英文文字(txt文件)进行分析,统计信源空间,然后进行编码,存储编码码表; 根据编码码表进行信源译码 -To Shannon, fees Novo Huffman source coding for discrete sources, as a Chinese or English text (txt file) for analysis and statistica
coding
- 通过实验进一步掌握算术编码的原理; 用C/C++语言实现算术编、解码。-Experiment to further understand the principles of arithmetic coding with C/C++ language arithmetic coding and decoding.
netcoding_ns2
- ns2 中实现的 无线网络的 随机网络编码模块的实现以及实例-network coding ;RLNC
remote-coding-and-modulation-send
- STC单片机 代码;实现空调遥控的编码与调制发送-STC microcontroller code air conditioning, remote coding and modulation send
LZW-coding
- 输入:本程序将从标准输入中读入待压缩的数据流;输出:将压缩结果输出到标准输出上去。LZW编码 -Input: to be the compressed data stream read from the standard input of the program Output: compression results up to the standard output. LZW coding
OFDM_basic
- 多输人多输出(MIMO)技术是第三代和未来移动通信与个人通信系统实现高数据速率,提高传输质量 的重要途径[1 ]。目前MIMO系统中使用的发射方案主要包括:①贝尔分层空时结构BI STA(Bell Layered Space Time Architecture)[。 ;②正交空时分组码OSTBC(Orthogonal Space Time Block Coding) ;⑧空时 格型编码STTC(Space Time Trel
coding
- 《数据结构》 第8次上机题目 ( 排序 练习 ) 1.实现插入、交换、选择、归并等简单排序算法; 2.实现快速排序算法; 3.实现堆排序算法; 4.实现基数排序算法 (选做题)。 - Data Structure eighth title on the machine (sorted exercises) 1. Achieve insertion, exchange, selection, merging an
CVPR08-SR
- 利用稀疏表示原理来进行单幅影像超分辨重建(use sparse representation to single image super resolution)
Simulation on Rn
- 利用蒙特卡洛模拟做在消息网络中数据包传输数量的预测,基于的原理是传染病传输模型的二项性。(This coding is based on Monte Carlo dissemination, which targets at the prediction of number of packets being delivered in a network. This whole process is based on the bimoda
3维DFT的预编码
- 大规模MIMO中预编码设计开发,3D的DFT码本。(The pre coding design and development of large scale MIMO, the DFT codebook of 3D.)
Turbo最终可用
- 实现了turbo编码,译码,有测试程序,最新上传上来方便大家。(The implementation of turbo coding, decoding, testing programs, the latest upload to facilitate the people.)
snake_game
- 用MATLAB寫一個簡單的貪吃蛇遊戲。。。(a simple game coding by matlab.)