-
FDTD_pattern
这里面有三个关于方向图的matlab 程序,包括三维的方向图,初学者可以看看呀!(And there are three on the pattern of the matlab program, including three-dimensional patterns, beginners can take a look at it!)
- 2011-11-29 09:15:46下载
- 积分:1
-
BP-Prediction
代码运用BP网络作为解决方案,主要对给定的数据进行仿真和预测(Code using BP network as a solution, the main simulation and projections for the given data
)
- 2014-05-29 11:00:47下载
- 积分:1
-
3_version_emd
本人收集的几个版本emd程序,包括emd2002,emd2005,emd2007三个版本,希望对研究emd的有些帮助(I collected several versions EMD procedures, including emd2002, emd2005, emd2007 three versions, and they hope to study some of EMD help)
- 2008-08-03 13:15:41下载
- 积分:1
-
Pso-
关于对pSOriasis的一般性的描述,虽然不是很全,但是还是十分的实用,对于初学者是很有帮助的 (About the general description of pSOriasis, though not very full, but still very useful for beginners is very helpful
)
- 2012-04-11 14:12:52下载
- 积分:1
-
qttqtqtqtqgggg
这是采用场磨式电的场仪在雷电监测预警系统中的研究与应用,很有参考意义。(This is the use of field mill type electric field instrument in lightning monitoring and warning system in the research and application, great reference significance.)
- 2011-11-08 11:15:06下载
- 积分:1
-
tsplib
matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,通过计算机仿真,得到结果与实际符合度较高(Matlab tsplib solution, the algorithm is simple and effective, tsplib can solve the common problems through computer simulation, and the actual outcome with a higher degree)
- 2006-05-25 15:23:06下载
- 积分: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
-
compute_ud15bm
本人通过MATLAB编写的代码,用于图像识别和语音识别,基于端点检测和基于UehnSk和kmboTAb的孤立词识别和连续语音识别,是我的毕设代码。
(I have written the code in MATLAB for image recognition and speech recognition, endpoint detection and isolated word recognition and continuous speech recognition based onUehnSk and kmboTAb, it is my complete set of code.
)
- 2015-12-28 22:29:48下载
- 积分:1
-
txfz2m
matlab实现升余弦滤波,已通过测试,可运行!(Raised Cosine Filtering)
- 2009-12-08 13:34:34下载
- 积分:1
-
nn1
最近邻算法结合卡尔曼滤波算法实现多目标跟踪(Nearest-neighbor algorithm for multi-target tracking)
- 2021-04-21 18:58:49下载
- 积分:1