-
tuxiangyasuo
一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。(Image Compression
A collection of simple routines for image compression using different techniques.
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function "conv2fft" performs a 2D FFT-based convolution.
Type "help conv2fft" on Matlab command window for more informations.)
- 2010-07-22 19:41:53下载
- 积分:1
-
waili
This is an example for understanding
- 2013-12-09 18:31:10下载
- 积分:1
-
Comm_sim
QAM simulator for AWGN, multipath channel
- 2013-10-07 20:46:36下载
- 积分:1
-
signals-analysis
常用信号分析程序,包括FFT,画包络谱,频谱,自相关、互相关,倒频谱,功率谱(Common signal analysis program, including FFT, painting envelope spectrum, spectrum, auto-correlation, cross correlation, cepstrum, power spectrum)
- 2021-04-26 16:58:45下载
- 积分:1
-
ILC
基于matlab迭代学习控制的程序,结合simulink,用s函数编写(Matlab-based iterative learning control procedures, combined with simulink, written s function)
- 2021-03-02 16:59:33下载
- 积分:1
-
yichuansuanfa
用该遗传算法程序解决多峰值函数的优化问题,输出结果和图形!(Using the genetic algorithm program to solve the optimization problem of multi-peak function, output and graphics!)
- 2010-09-21 21:38:41下载
- 积分:1
-
PPM-and-PAM
超宽带信号中高斯脉冲和冲击脉冲的产生,以及脉冲位置调制(PPM)和脉冲幅度调制(PAM),形成一个完整的电路来完成整个过程(UWB signal in the Gaussian pulse and impulse generation, and pulse position modulation (PPM) and pulse amplitude modulation (PAM), to form a complete circuit to complete the whole process)
- 2011-05-15 09:13:36下载
- 积分:1
-
matlabstork
matlab构造股票过程,里面有详细的描述(matlab course of construction stocks, which are described in detail)
- 2010-05-25 19:38:00下载
- 积分:1
-
AM_GENERATE
generating AM signal to use in adaptive algorithm for remove direct path in passive radar
- 2012-08-08 19:43:52下载
- 积分:1
-
HEU_KMSActtivator
说明: 本文提出了一种基于混沌加密的DCT域二值图像数字水印算法.该算法首先利用混沌序列将含有版权信息的有意义二值图像水印进行加密,然后利用人眼视觉系统(HVS)的特性将原始载体图像进行块分类,最后将不同强度的水印分量嵌入到不同类的图像块DCT中频系数中去.利用混沌序列对水印进行加密,使水印本身具有安全性,对数字作品进行双重保障.通过高斯噪声,椒盐噪声以及JPEG压缩和剪切等攻击试验,表明了该算法具有较好的鲁棒性.(Encryption in DCT domain is proposed. Firstly, the meaningful binary image watermark containing copyright information is encrypted by using chaotic sequence, and then the original image is classified by using the characteristics of human visual system (HVS), Finally, the watermark components with different intensities are embedded into the DCT intermediate frequency coefficients of different types of image blocks. Chaotic sequences are used to encrypt the watermark, so that the watermark itself has security and double protection for digital works. Experiments on Gaussian noise, salt and pepper noise, JPEG compression and clipping show that the algorithm has good robustness)
- 2021-04-15 12:12:28下载
- 积分:1