-
RBF
A Simple RBF Matlab Implementation
- 2011-02-02 03:38:26下载
- 积分: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
-
getln
读取一些特定的数据中的函数 简单!其他有待开发(Read some of the specific data in a simple function)
- 2011-11-14 22:19:02下载
- 积分:1
-
wenlijisuan
计算图像的灰度共生矩阵,及相关的纹理信息,主要用于图像检索和分类(Calculate the image gray level co-occurrence matrix, and the texture information, mainly for image retrieval and classification)
- 2013-04-29 15:18:48下载
- 积分:1
-
jacobi_cg
Jacobi算法和共轭梯度法的基本matlab程序,rar压缩包,包括2个文件(Jacobi conjugate gradient algorithm and the basic matlab program, rar archive, including the two documents)
- 2010-05-23 20:21:15下载
- 积分:1
-
ga
说明: matlab,gatool,intialize population binary encoding the population,including selection, mutation,crossover
- 2012-08-13 17:26:56下载
- 积分:1
-
turbo
turbo码的编码与译码,交织器
coding and decoding of turbo, interleaver(coding and decoding of turbo, interleaver, almost regular permutation)
- 2013-12-08 20:58:20下载
- 积分:1
-
MonteCarlo
Monte Carlo检验程序,用以检验生物与环境因子相关系数。在生态学上应用较广(Monte Carlo)
- 2015-03-29 17:13:40下载
- 积分:1
-
Polar_HW(1)
极化码在BEC和BSC信道下的SC译码算法(SC decoding algorithm for polarization codes in BEC and BSC channels)
- 2021-03-16 15:19:21下载
- 积分:1
-
svm
利用matlab实现svm函数包的调用,在人脸数据库yale上进行人脸识别(using matlab to apply function svm to achive scan face on the data of yale
)
- 2020-11-29 09:39:29下载
- 积分:1