-
w
说明: 用标记分水岭算法进行图像的分割,得到分割伪彩色图像。(use the watershed Algorithms to divide the picture)
- 2010-07-28 09:58:05下载
- 积分:1
-
neuralinterpolation
neural network interpolation is one of the artificial intelligent method for interpolation
- 2013-03-04 03:37:32下载
- 积分:1
-
MATLABDSP
本论文利用TI公司的16位定点DSP芯片TMS320VC5416-160的硬件、软件结构和特性实现了数字滤波器的设计。深入研究了DSP芯片的硬件开发技术和软件编程技术及调试技巧 在MATLAB环境下,利用MATLAB语言编写程序对IIR滤波器进行仿真并得到滤波器的系数 关于matlab与DSP等。(In this paper, the use of TI' s 16-bit fixed-point DSP chip TMS320VC5416-160 hardware, software structure and characteristics of a digital filter design. In-depth study of the DSP chip technology hardware and software programming and debugging skills in the MATLAB environment, using MATLAB programming language for simulation of the IIR filter and the filter coefficient matlab and DSP and so on.)
- 2009-07-01 17:00:42下载
- 积分:1
-
Data-Mining-Classification
Data Mining methods in Classification
- 2014-12-30 18:35:04下载
- 积分:1
-
AntClass
蚁群聚类算法,基于蚂蚁算法的聚类分析,matlab源码(Ant colony clustering algorithm, cluster analysis based on ant algorithm, matlab source)
- 2011-06-05 12:14:45下载
- 积分:1
-
TLS_ESPRIT
间谐波参数估计的TLS—ESPRIT算法,实现在电力系统谐波检测的应用
(Interharmonic estimation of TLS-ESPRIT algorithm, implemented in the application of power system harmonic detection)
- 2011-09-01 16:10:31下载
- 积分:1
-
image-segmentation
image segmentation with fast support vector machine
- 2013-04-29 03:28:26下载
- 积分: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
-
Fractal-Dimension
该程序提供了分形维数特征提取的matlab实现,可应用于特征提取和模式分类(Fractal Dimension toolbox)
- 2015-02-02 08:05:08下载
- 积分:1
-
simulvar
FONCTION POUR CALCULER LA var
- 2015-02-13 04:59:40下载
- 积分:1