-
SlidingModeControl
滑模控制的经典算例程序,可以帮助初学者快速掌握滑模控制的编程思想(Sliding mode control procedures for the classic examples that can help beginners master the sliding mode control Express programming thought)
- 2009-02-25 09:56:47下载
- 积分:1
-
ganew
GA PROGRAM for tuning
- 2011-01-18 01:47:21下载
- 积分:1
-
tarea-herramienta-de-corte-robotica
calculate the movement of a robot arm
- 2012-06-09 07:57:21下载
- 积分:1
-
Antenna-Array-design
Matlab code computes 1.design of linear array 2. rectangular array 3.circular array 4.hexagonal array 5.array factor for an N-element uniformly spaced array.
- 2014-12-23 01:44:55下载
- 积分:1
-
WOA
说明: 对鲸鱼优化算法进行了注释,鲸鱼优化算法可以运行(The whale optimization algorithm is annotated, and it can run)
- 2021-01-12 09:38:49下载
- 积分:1
-
matlab彩色灰度图直方图均衡化代码
matlab灰度图直方图均衡化代码,
sourcePic=imread("D:图像处理软件工作区1--图片库2 (3).jpg"); %读取原图象
[m,n,o]=size(sourcePic);
figure(1)
imshow(sourcePic);
gp=zeros(1,256); %创建一个全零矩阵,1×256,计算各灰度出现的概率
for i=1:256
gp(i)=length(find(sourcePic == (i-1)))/(m*n);
end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
&
- 2022-06-12 00:55:16下载
- 积分:1
-
rayleigh
瑞利信道matlab仿真源代码。简单,描述如何进行信道仿真(Rayleigh channel simulation matlab source code. Easy to describe how the channel simulation)
- 2009-02-15 20:53:46下载
- 积分:1
-
fresnel
此代码为三维菲涅耳全息图的再现代码,但是有部分错误还未完全研究明白(This code for the three Wei Feinie ears hologram reproduction code, but some of the error is not fully understood)
- 2010-11-03 10:29:29下载
- 积分:1
-
RAKE_receiver_for_DS-SS_systems
RAKE-receiver for DS-SS systems
- 2010-04-02 19:57:40下载
- 积分:1
-
circle
说明: 有限元例子,适用于自适应网格算法,这只是一部分,还有后传!(finite element)
- 2010-04-14 10:25:17下载
- 积分:1