-
用于matlab编写多目标粒子群算法 MOPSO
本算法用于matlab编写多目标粒子群算法,经过多次调试,说明详细,可直接使用(For multi-objective particle swarm algorithm)
- 2021-02-02 10:00:00下载
- 积分:1
-
erchengfa
数值分析中的最小二乘法应用面广,简单实用,也可以应用到工程实际中去(Numerical analysis of a wide range of application of the least square method is simple and practical, but also can be applied to engineering practice to)
- 2010-12-22 10:28:26下载
- 积分:1
-
Choi_Willaims
滤波器组的PWVD很不错的我已经试过了很好(filter group Ville very good, I have tried very good)
- 2007-06-08 22:20:36下载
- 积分:1
-
three_level_SVPWM
基于matlab/simulink搭建的三电平逆变器仿真模型,控制算法为电压空间矢量控制(SVPWM),算法部分使用m语言编写,带有简单注释,配合算法说明,应该比较好懂。模型带中点电压平衡处理,但是效果一般,大家可以在此模型基础上修改。欢迎交流讨论。(Three-level inverter simulation model matlab/simulink structures based control algorithms for the voltage space vector control (SVPWM), part of the algorithm using the m language, with a simple comment, with the algorithm description, it should be relatively easy to understand. Models with the midpoint voltage balanced, but the general effect, you can modify the model basis. Welcome exchanges and discussions.)
- 2020-11-29 14:39:29下载
- 积分:1
-
09image_generation
code qui affiche une image sur ecran vga
- 2013-05-09 21:21:10下载
- 积分:1
-
xinyuanshumu_page42
《空间谱估计原理与算法》信源数目估计(信息论法)matlab源代码(" Space Spectrum Estimation Principle and Algorithm" Source number estimation (Information Law) matlab source code)
- 2009-03-03 20:39:05下载
- 积分:1
-
AFirstCourseInFiniteElements-Ch12-MATLAB
Finite element programming with Matlab
- 2011-01-22 23:24:35下载
- 积分:1
-
ga
说明: 下面的程序是求多项式y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680在区间[-8,8]的最小值,误差不超过0.001。对于这个复杂的多项式,可先用matlab绘制函数的大概曲线,确认函数的最小值大概处于[-8,8]之间,再用本程序求出精确解。 (The following procedure is a polynomial y = x ^ 6-10x ^ 5-26x ^ 4+344 x ^ 3+193 x ^ 2-1846x-1680 in the interval [-8,8] of the minimum error is not more than 0.001. This is a complex polynomial, can first draw function with matlab about curves, to confirm the function of the minimum are probably in [-8,8] range, and then find the exact solution of this program.)
- 2010-05-28 10:17:34下载
- 积分: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
-
PID
PI仿真,分离式的PI仿真与非分离式PID仿真的比较(PI simulation, separate the PI simulation and PID simulation of non-separation)
- 2012-05-18 23:55:29下载
- 积分:1