搜索资源列表
hfm
- 树形结构的应用 ——哈弗曼编码/译码1.程序的功能: 输入明文,通过统计不同字符出现的频率作为权值,生成哈弗曼树,并存于文件中;编码生成暗文,存于文件中;再由暗文生成明文,存于文件中。 2.输入输出的要求: 仅能输入英文字母作为明文,输出0、1组成的暗文。 3.测试数据: (1)asdjfas (2 ) dkfskjdfcijj (3 ) ovenmkjovi-1. Program features: input plaintext, t
MATLAB-SPIHT_v1.0_02-12-08
- 小波编码的SPIHT编码 译码程序的实现 利用已给的图像 程序给出了编码过程的图示说明 清楚易懂-SPIHT wavelet codec encoding process has been to achieve the use of the image coding process procedures give a clear and understandable icons
huffman
- 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
myprojects
- 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
BICUSTM
- 一种比特交织编码调制,使用维特比译码。并给出误比特率曲线。-A Bit-Interleaved Coded Modulation, the use of Viterbi. Given bit error rate curve.
1
- huffman编码译码系统 很简单的课程设计 有文件操作和压缩 附送一个航空售票管理-huffman code decoding system of curriculum design is very simple to operate and there are documents attached a compressed air ticket management
Huffman
- 哈夫曼编码译码压缩文件程序 可以编码 可以解码-Huffman decoding compressed file can be encoded can decode
Convolutional-Encoder-Viterbi
- 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
HaffumanTree
- 用C++做的哈弗曼树编码译码程序!里边有一些文件操作的代码!文件操作代码比较多!-Using C++ to do the decoding process哈弗曼coding! Have some file operations inside the code! File operations code more!
74hanmingma
- 7,4汉明码的编码和译码程序,用MATLAB语言实现的-7,4 hamming code encoding and decoding process, using the MATLAB language
viterb
- 实现了卷积编码和维特比译码,也有简单的BPSK调制解调过程。-Achieved a convolution coding and Viterbi decoding, but also a simple BPSK modulation and demodulation process.
huofuman
- 设计一个哈夫曼编码/译码系统,对字符串进行编码/译码 要求: (1)从键盘输入字符串,以回车结束; (2)根据字符串中字符出现的概率进行哈夫曼编码;) (3)并输出编码结果和编码表;(4)根据编码结果和编码表还原字符串; (5)输出编码过程中构造的哈夫曼树。 -Design a Huffman encoding/decoding system, the string encoding/decoding requirements: (1) from the keyboard input st
ldpc_gen_coding_decoding
- LDPC的检验矩阵的生成,编码和译码过程。-The process of LDPC codes generating,encoding and decoding.
LDPC
- 用matlab仿真了LDPC码的编码译码程序,及其用BPSK调制传输。并测其误码率-Matlab simulation of the LDPC codes with coding and decoding process, and its transmission with BPSK modulation. And measure its error rate
hanming
- 7-4汉明码的编码译码C语言程序,合肥工业大学(7-4 Hamming code encoding and decoding, C language program)
Huffman_GUI
- MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
哈弗曼树6.0
- 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,
turbo_encode decode
- turbo码的编译码软件,经典易懂,保证有效,可在此基础上增添多种功能(turbo code coding and decoding software, the classic easy to understand, to ensure effective, based on this to add a variety of functions)
汉明编码
- 主要实现了一种典型的(7,4)汉明编码和汉明译码,能够正确纠错和检错,仿真正确。(It mainly realizes a typical (7,4) hamming code and hamming decoding, which can correct errors and errors correctly, and the simulation is correct.)
A 律十三折线编码的量化信噪比
- 仿真求解正弦波通过 A 律十三折线编译码后的量化信噪比。////////////////////////////////(The quantization SNR of sine wave through A-Law 13 fold code is simulated.)