-
mat
说明: 天线相关性方面的仿真,已经验证过,可以使用(Antenna Simulation relevance has been verified, you can use)
- 2009-07-29 20:03:35下载
- 积分:1
-
work
svpwm in PMSM
3phase inverter
- 2010-03-30 18:31:49下载
- 积分:1
-
matlab-code
最优化控制及其matlab实现,里面有很多程序的代码,很实用,希望大家多交流学习(Control and optimization matlab realize, there are many program code, very useful, I hope to learn more exchanges)
- 2013-07-20 16:41:53下载
- 积分:1
-
fractal-matlab
用matlab实现的计算记盒分形维数的程序(Calculated using matlab record box fractal dimension of the process)
- 2013-05-22 19:58:21下载
- 积分:1
-
声源波达方向估计,可以画出声源的方位二维图,
声源波达方向估计,可以画出声源的方位二维图,-Sound source direction of arrival estimation, you can draw out loud the source of two-dimensional map of the azimuth,
- 2022-04-01 09:47:41下载
- 积分:1
-
302302003
无约束一维极值问题,进退法,黄金分割法、奜波那契法,牛顿法,割线法,goldstein法,wolfe-powell 算法matlab源代码(Unconstrained a d extremum problems, in a method, the golden section method, wave that contract law, Newton method, secant line rule, goldstein method, Wolfe-Powell algorithm matlab source code
)
- 2011-06-19 10:48:48下载
- 积分:1
-
ninewon09.6
拟牛顿法的matlab应用,提供matlab程序,数值分析核心方法(Quasi-Newton method matlab applications, providing matlab program, the core numerical analysis method)
- 2014-02-17 20:08:29下载
- 积分: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
-
Three_phase_Induction_Motor
Three phase induction motor in dq frame simulation
- 2010-09-22 07:07:51下载
- 积分:1
-
Input_5p1
ANSI input 5p3 implementation
- 2012-10-23 14:09:01下载
- 积分:1