资源列表
1231313131
- 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
main_BP
- MP算法,完成基本的一维信号的重构,里面有详尽的注释和解析-MP Algorithm,Complete reconstruction of the basic one-dimensional signal,There are detailed notes and parsing
Code
- a simple image compression system
convolutioncode
- 此代码是实现卷积码的编码程序,在visual C++的软件环境下运行。-This code is to realize convolution code coding procedure in visual c++ software environment operation.
ArithmeticCoding-
- 在掌握算术编码原理的情况下,借助相应的编码程序进行仿真,比对结果,能更好的检查自身的掌握情况。此代码是算术编码的编码程序,运行环境是visual C++。-In the mastery of the principle of the arithmetic coding, with the corresponding coding procedure simulation and compare the results, the better check their own masters. Th
cycliccode
- 本段程序是实现(7,3)循环码的编译码以及纠错功能的。-This program segment is to realize (7, 3) the cyclic code (and the function of error decoding.
send-and-receive
- 此文件包含两个程序段,其一是实现自发自收;其二是实现全双工通信。结合KEIL软件与单片机工具箱。-This file contains two paragraph, one is to realize the spontaneous charge The second is to realize full-duplex communication. KEIL software and single chip microcomputer with tool kit.
arm0
- arm 7 of iran and salar
dnastar
- 可以用于预测蛋白抗原表位,比较好用,使用频率较高。-Can be used to predict protein antigens a table, seem to work better, use frequency is higher
youchengbianma
- 这是我用matlab写的一个简单的实现游程编码和解码的程序,可以读入一个图片,进行游程编码,编码后再解码输出显示。-
111
- AOA全国二级办公软件考级考试练习配套资料与答案-AOA national level 2 office software supporting material and practice in the distinction exam answer
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.