-
Particle-swarm-algorithm-source
基本粒子群算法源程序,开发环境是MATLAB,吐血推荐,易改实用!(Particle swarm algorithm source)
- 2013-02-26 16:41:34下载
- 积分:1
-
matlab_boxplot
箱线图,或称盒须图,用5个点即可以对给定数据集做出简单总结,这5个点从包括最大值、上四分位数、中位数、下四分位数、最小值。(boxplot.m, used to draw the box plot for a given data set,can make a brief summary by just five nodes, including the maximum value, the upper quartile, the median, lower quartile, and the minimum.)
- 2016-02-03 16:35:42下载
- 积分:1
-
ReadHTKParam
when you want to read some parameters from the HTK macro you trained, just use this source code. it help you read a htk parameter(macro file). But, it can read all parameter type. it just read GMM parameter(1 state, N mixture)
- 2010-07-10 13:41:26下载
- 积分:1
-
dipum_toolbox_registered
Digital Image Processing tool box
- 2009-12-12 13:54:44下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
SFG_denoise
这是图像去噪的matlab程序源代码,可以对图像噪声有效地去除.(This is the image denoising matlab program source code, you can effectively remove the image noise.)
- 2010-07-12 19:24:15下载
- 积分:1
-
tfrgrd
基于广义矩阵分布的时频变换方法,用于信号时频分析。(Based on the Generalized time-frequency distribution matrix transformation method for time-frequency analysis.)
- 2010-01-11 19:14:23下载
- 积分:1
-
3
说明: 基于MATLAB的任意时刻三相短路电流计算(MATLAB-based three-phase short-circuit current calculations at any time)
- 2010-03-28 00:15:51下载
- 积分:1
-
4-con-sig-ep
it is a program for classification SVM
- 2013-03-18 22:59:23下载
- 积分:1
-
proje
FOR HELP AND DOCUMENT FOR POWER AND HELP ME
- 2015-03-06 20:28:32下载
- 积分:1