-
RBF-Interpolation
SOLVE PROGRAM RBF Interpolation BY ICA
- 2014-12-14 13:20:08下载
- 积分:1
-
zhuchenfen
主成分分析法的程序,对几个因素进行主成分分析(Principal component analysis of the program, the principal component analysis of several factors)
- 2011-11-25 12:27:00下载
- 积分:1
-
robust-control
求解含有时滞的鲁棒控制问题,并给出了一些数值例子。(time-delay robust control)
- 2013-04-21 20:48:08下载
- 积分:1
-
L1_tracker
l1范数跟踪算法,很多详细注释,可以直接使用,论文得从新下载(The l1 norm tracking algorithms, a lot of detailed annotations, can be used directly, the papers the new download)
- 2020-12-05 01:39:24下载
- 积分:1
-
yibudianjizhijieqidong
异步机直接启动最基本的仿真模型,希望对大家有用(Asynchronous machine directly start the basic simulation model, we hope to be useful)
- 2014-02-27 15:31:58下载
- 积分:1
-
模型预测控制算法实现
说明: 模型预测算法,传递函数对象为例,程序以及仿真曲线(MPC.model predict.transfromation.)
- 2021-02-28 11:49:35下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
Applicationaboutsiginal
本教材比较经典,介绍了信号的基本理论,而且与给出程序(Comparison of the classic textbook, introduced the basic theory of signals, but also give the procedure)
- 2009-03-14 01:27:56下载
- 积分:1
-
softharr
此为小波软软阈值去噪的源代码,请放心下载.(This is the wavelet soft threshold denoising source code, please rest assured that download.)
- 2007-07-31 19:35:31下载
- 积分:1
-
fangzhenjishu
说明: 我个人认为比较好的matlab 怎么应用到c上去的文档,介绍给大家,希望能喜欢。(I personally think how good Matlab Application c boost to the document, introduced to the hope of love.)
- 2006-04-02 15:17:14下载
- 积分:1