-
PSO
这是一个标准的基本粒子群算法,可以在此基础上加入fun函数完成解。(This is a standard basic particle swarm algorithm, which can be added fun function to complete the solution.)
- 2017-10-12 22:41:47下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
AVI2Images
AVI2Images 读取指定的AVI视频文件,并把视频帧依次写入图像文件。(AVI2Images reads the specified AVI video files and write video frames to the image files in order.)
- 2013-10-06 08:56:19下载
- 积分:1
-
AR
说明: 对示波器采集数据进行AR谱估计,并进行功率误差分析(Collecting data on the oscilloscope AR spectral estimation and error analysis of power)
- 2008-09-02 17:20:29下载
- 积分:1
-
Koch
绘制科赫曲线,通过修改内部参数绘制不同迭代次数的曲线(Drawing Koch curve, by modifying the internal parameters of the curve plotted different iterations)
- 2013-07-10 20:25:14下载
- 积分:1
-
traffic
Traffic Control System Model in Matlab
- 2013-08-22 18:14:37下载
- 积分:1
-
pingjun
本程序是基于matlab编程,用于求解平均值,具有快捷高效的特点。(This procedure is based on the MATLAB programming, for solving the average value, has the characteristics of fast and efficient.)
- 2013-09-16 22:14:35下载
- 积分:1
-
HdrImgView_Publish
hdrimg view public
- 2012-01-30 02:28:39下载
- 积分:1
-
T01
matlab采用半色调技术对图像进行显示:用模板近似表示10个灰度级,每一个灰度级用3*3 的模板来表示,并对如下图所示的256*256的渐变图像进行半色调输出的检验。(matlab using halftoning image display: template approximated 10 gray levels, a gray level of each template used to represent the 3* 3, and the gradation of the image as shown in Figure 256* 256 halftone inspection of the output.)
- 2014-01-08 10:35:37下载
- 积分:1
-
junhengqi
本程序是用MATLAB编写的孤立词的语音识别的程序,包含mel倒谱分析以及单个词的语音识别。(This procedure is used to prepare MATLAB isolated word speech recognition procedures, including mel cepstrum analysis, and single-word speech recognition. )
- 2014-10-09 21:49:13下载
- 积分:1