-
dm_dct_fenkuai
在DCT域,利用8*8分块DM方法,嵌入隐藏信息。可设置量化步长、选择各种经典的攻击方式和控制攻击强弱。返回误码率和峰值信噪比。利用Matlab编写。(In the DCT domain, the use of 8* 8 block DM methods, embedding hidden information. Quantization step size can be set to choose a variety of classic attacks and control the strength of the attack. Return to the bit error rate and peak signal to noise ratio. Prepared using Matlab.)
- 2007-10-26 15:26:39下载
- 积分:1
-
Gabor222
matlab code for implementation in gabor
- 2009-04-04 20:16:12下载
- 积分:1
-
matlab5
说明: 《matab小波分析》第五章的源代码,比较全!(" Matab wavelet analysis," Chapter V of the source code, compare the whole!)
- 2009-08-11 11:27:50下载
- 积分:1
-
2
说明: 《MATLAB 7.0编程基础基础》源程序,适合初学者使用,第二章(" MATLAB 7.0 programming foundation base" source, suitable for beginners, II)
- 2011-06-13 17:37:14下载
- 积分:1
-
DSPshiyan
精心编写的信号处理的实验指导书,程序在matlab上运行。(Signal processing and well-written experimental instructions, the program running in matlab.)
- 2012-05-17 17:24:18下载
- 积分:1
-
matlab-help
Matlab的帮助文章,中文版,很有用,使用方便(Matlab help articles, the Chinese version, very useful, easy to use)
- 2009-06-01 14:15:14下载
- 积分:1
-
fuzzypid1
一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。(A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve automatic adjustment of PID parameters can be objective.)
- 2009-04-12 19:08:03下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
2222
说明: 关于亚像素边缘检测的一些文章,感觉比较有用(Subpixel edge detection on some articles, I feel more useful)
- 2011-03-11 11:25:42下载
- 积分:1
-
short_road
最短路Warshall算法的matlab编程,用于实现最短路问题的求解。(Warshall shortest path algorithm for solving matlab programming, to achieve the shortest path problem.
)
- 2014-08-25 14:50:56下载
- 积分:1