-
LRtoHR
z_tranform for advanced digital signal processing lab
- 2012-04-08 18:16:03下载
- 积分:1
-
Adaline1
Adaline Algorithm Using Matlab
- 2010-12-16 02:42:57下载
- 积分: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
-
SRM
Student record management contains the information of teacher and students but students cannot edit the details and also they can not see the other student detail.Teacher can see the information of students.It contains the ,ppt and other important document
- 2015-03-18 22:43:06下载
- 积分:1
-
lcmv
自适应波束形成,利用LCMV准则进行自适应波束形成(Adaptive beamforming, using LCMV Standards adaptive beamforming is formed)
- 2021-04-23 19:08:47下载
- 积分:1
-
yuyinSB
基于matlab实现语音识别的代码~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Matlab speech recognition-based code~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~)
- 2015-04-16 18:23:51下载
- 积分:1
-
bpANDgenetic
使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络的代码,文本格式的(bp propoganda and genetic algorithm)
- 2009-02-12 09:42:31下载
- 积分:1
-
som_gui
GUI basedforms buttons and actions to be developed in matlab.. In this file i can add some extra functionality of the user friendly functionality.
- 2010-01-20 14:29:41下载
- 积分:1
-
emd
经验模态分解的程序,由其他学者提供,使用方便高效。(emd programme)
- 2012-04-17 14:13:40下载
- 积分:1
-
matlab5642
【matlab编程代做】使用两个图像输入模糊C+-均值图像分割([Do] matlab program generation using two image input fuzzy C+- Mean image segmentation)
- 2015-01-16 23:11:17下载
- 积分:1