资源列表
decodify.tar
- Decodify with python
mp
- Compressed sensing on the classic MP matching tracking algorithm that can run, useful
LZW编码
- 这个文档是我大学时候多媒体的一个实验作业,里面要求实现LZW压缩方法。大家可以在文档中自行查阅。(This document is an experimental operation of multimedia in my university. It requires four simple compression methods, namely, Huffman, adaptive Huffman, LZW and arithmetic coding. Because of the need
Compressive_Sensing
- MATLAB implementation of compressive sensing example as described in R. Baraniuk, Compressive Sensing, IEEE Signal Processing Magazine, [118], July 2007. The code acquires 250 averaged random measurements of a 2500 pixel image. We assume that the ima
灰色神经网络预测程序(无输入)
- 可以拟合出精度很高的预测值,强烈推荐给大家,很好用的(Can fit a highly accurate prediction, highly recommended to everyone, very good.)
huffalg
- Huffman coding algorithm coded in Java Language
C#写的图片无损压缩——高效
- 高效的c#压缩文件文件代码,可手动设置压缩比例(Efficient c# compression file file code, manually setting the compression ratio)
omp
- matlab实现压缩感知中的正交匹配追踪(Matlab implementation of orthogonal matching tracking in compressed sensing)
测速
- CW雷达测速采用matlab实现,最简单的一种,比较实用,大家感兴趣可以看看(CW radar speed measurement is realized by MATLAB, the simplest one, which is more practical. You can have a look at it if you are interested)
Matlab
- 下面这个是汉明码编译码的matlab程序,希望有帮助于你们-matlab
HuffCode
- Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) where the variable-length code table has been
adpcm_encoder
- 语音压缩 自适应差分脉冲调制编码 即ADPCM 用matlab开发 -Adaptive differential pulse-modulated voice compression coding using matlab development that ADPCM