-
kfvsskf
该Matlab程序给出了Schmidt-Kalman filter和标准Kalman filter之间的性能对比,不是函数的形式,是直接的可执行程序,如有需要,直接更改文件中的参数就可以了(The Matlab program gives the Schmidt-Kalman filter and standards of performance comparison between the Kalman filter is not a function of the form is directly executable program, if necessary, change the file directly to the parameters can be a)
- 2009-12-19 13:26:55下载
- 积分:1
-
123
桁架分析,受到均布力,分成几个单元,对初学者有帮助,是有matlab编程,希望对大家有帮助(Truss analysis by the uniform force, organized into several sections for beginners, matlab programming, and I hope for all of us to help)
- 2012-10-03 07:01:33下载
- 积分: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
-
非线性遗传算法
非线性遗传算法代码,解决带约束条件的一般问题(Nonlinear genetic algorithm code, solve the general problem with constraints)
- 2017-09-20 11:18:17下载
- 积分:1
-
TP
说明: 用优化算法求解运输问题。
1.不使用linprog,比较歧异解
2.用西北角法求初始基本可行解,用闭回路法确定退出基和更新运输矩阵
3.不能处理非平衡的运输问题(Optimization algorithm used to solve transport problems. 1. Do not use linprog, compare differences solution 2. With the northwest corner of France seeking an initial basic feasible solution, using closed-loop method to determine the transport out of the base and update the matrix 3. Can not handle the transport of non-equilibrium)
- 2009-11-17 11:08:42下载
- 积分:1
-
wavelet
说明: matlab实现JPEG2000图像标准(to achieve the standard JPEG2000 image using matlab)
- 2011-03-13 11:24:26下载
- 积分:1
-
010-J027
article in english for subsytem
- 2013-03-05 20:36:56下载
- 积分:1
-
vibration3DDL.m
MATLAB SourceCode for Vibration analysis with 3DOF !
- 2013-11-25 22:50:46下载
- 积分:1
-
Inc_cirlar_Rev1
Addition for existing code
- 2011-11-29 02:52:33下载
- 积分:1
-
打包需要资料
说明: ant打包所需要的学习资料和相关配置,可以进行学习和本地搭建相关项目进行一切项目的编译和打包(ant but it the function is very good and strong)
- 2020-06-16 05:20:02下载
- 积分:1