-
jadeR
利用JADE算法实现盲源信号的分离,JADE算法是盲源信号分离的常用算法(Using JADE algorithm for blind source signal separation, JADE algorithm is a commonly used algorithm of blind source signal separation
)
- 2013-08-03 11:15:50下载
- 积分:1
-
pd_ca
峰值检测和ca—cfar相结合的检测器的matlab仿真(Peak detection and ca-cfar combined detector matlab simulation)
- 2011-12-08 16:01:32下载
- 积分:1
-
svm01
改进支持向量机在电信客户流失预测的应用论文(support vector machine for client discard)
- 2012-04-09 12:53:12下载
- 积分:1
-
test_ga_main
遗传算法的实现,是计算数学中用于解决最佳化的搜索算法,是进化算法的一种(Genetic algorithm, computational mathematics used to solve optimization search algorithm, an evolutionary algorithm)
- 2013-03-29 00:26:25下载
- 积分:1
-
nmap-6.47-win32
nmap最新windows环境下的源代码,对提高大家的编程能力有很大帮助(The latest source nmap windows environment, to improve our programming skills are very helpful)
- 2015-01-09 11:07:16下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
EKFcstr
非线性扩展卡尔曼滤波,在catr模型中的应用。(extending kalman filtering,cstr)
- 2013-09-01 16:04:55下载
- 积分:1
-
multi_port
基于MATLAB的multi_port详解,主要解决的是multi_port的问题()
- 2008-04-06 22:02:16下载
- 积分:1
-
03
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of source code.)
- 2009-10-09 01:32:58下载
- 积分:1
-
ga_main
一个遗传算法应用的实际例子,有详细的语句介绍.(A practical example of the application of genetic algorithm, a detailed statement presentation)
- 2013-11-19 22:38:52下载
- 积分:1