-
ICA
说明: ICA的matlab程序,含有实验的数据资料(The matlab ica-based,Contains experimental data
)
- 2011-03-15 11:53:36下载
- 积分:1
-
gm_1_1
说明: 灰色gm11模型,可以做预测,是一个很有趣的小程序(Grey gm11 model prediction can be done is a very interesting little program)
- 2011-03-31 10:49:58下载
- 积分:1
-
Hamilton-circle
Modify C to get right with smaller another Hamilton circle. The modification methods improved algorithm called circle
- 2012-03-31 14:27:58下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
Greedy-Snake
Greedy sanke algorithm implements(贪婪蛇算法的实现,该算法是对原Donna J. Williams 《A fast algorithm for active contours》 (1990) 论文的简化实现。对算法研究很有帮助。参数很多,需要调节才能获得良好的效果。)
- 2014-11-08 09:09:01下载
- 积分:1
-
200707171151564996
基于matlab的数字图像压缩编码基于matlab的数字图像压缩编码(Matlab-based digital image compression coding)
- 2009-03-03 23:20:33下载
- 积分:1
-
Signal-analysis
MATLAB 编写的信号分析的程序,主要是信号的频域分析,FFT,LFM(singals Analysis in Frequency domain and finding the Output of a System )
- 2011-09-23 21:20:33下载
- 积分:1
-
PCM
PCM clustering algorithm
- 2014-11-25 19:55:08下载
- 积分:1
-
linecodes
Matlab code for encoding using linecodes
- 2015-02-03 21:21:00下载
- 积分:1
-
CABCA_PID
The Matlab Code present the development of an intelligent PID controller using Cultural Artificial Bee Colony Algorithm CABCA. The Normative and situational Knowledge in cultural algorithm were first used to guide the evolution and direction of ABC. thereafter the develop controller was used in the position control of DC motor.
- 2016-03-23 00:20:57下载
- 积分:1