-
Program_exercise3
this file simulates robust control with LMI
- 2013-07-26 16:18:20下载
- 积分:1
-
image-source-method-old
image source method old
- 2011-09-20 05:38:32下载
- 积分:1
-
GUIMatlab
matlab的实例程序,对学习matlab GUI很有帮助。是10分钟学习GUI系列视频代码下载专贴。(Matlab instance of the program, very helpful in learning Matlab the GUI.10 minutes to learn the GUI series video code to download special stickers.)
- 2012-06-18 09:50:34下载
- 积分:1
-
astar
可以很好地解决机器人的最短路径规划问题,此代码用于解决四数码问题,可以通过修改初始化代码来设置起始点(Can solve the shortest path planning of the robot, this code is used to solve the four digital issues, you can set the starting point by modifying the initialization code)
- 2015-03-09 22:49:37下载
- 积分:1
-
addwindow
说明: 在抗干扰算法中,对抗干扰权加Chebyshev窗,以降低副瓣电平,使方向图更好(In the anti-jamming algorithm, Chebyshev window on the right and interference to reduce the sidelobe level, so that pattern better)
- 2010-03-31 22:52:18下载
- 积分:1
-
xiaobo
这个是关于小波变换,对图像增强介绍的文章,共大家参考研究、使用。(This is the wavelet transform, image enhancement described in the article on the total of your reference and use.)
- 2010-05-18 16:41:37下载
- 积分:1
-
pso
Particle swarm optimization
- 2013-03-22 10:11:07下载
- 积分:1
-
图像分形维数计算方法的比较
维数是描写空间内的一个点所需的最小实参数的个数.盒维数能反映出分形集的复杂程度,无论是何种图像资料均可以转化为矩阵,
A=imread("e:1.jpg")
FF=size(A)
% 计算灰度矩阵的大小;
for i=1:FF(1)
for j=1:FF(2)
if A(i,j)==0 % 等多种运算是不支持“0”值的;
end
end
end
imwrite(A,’e:2.jpg)’;
% 重新保存经校正后灰度
- 2022-06-20 20:33:22下载
- 积分:1
-
PIDjidian
说明: 采用继电法对PID参数进行整定,实现PID参数的获得(Method using relay tuning PID parameters, PID parameters to achieve access to)
- 2010-04-19 21:33:45下载
- 积分:1
-
lingoeazyjiaocheng
lingo入门教程,附有很多基础命令以及简单问题的分析,求解。例如病人吃饭,场地选址,渡河问题,人员相容问题,顺序安排工作问题,最短路线等等。(lingo Getting Started tutorial, with a lot of basic commands and a simple analysis of the problem, solution. For example, patients eat, site selection, cross the river issues, staff compatibility issues, the issue of work order of the shortest route and so on.)
- 2010-05-13 13:02:23下载
- 积分:1