-
200703261647
神经网络PID仿真程序,直接导入MATLAB就可以运行(PID neural network simulation program directly into MATLAB on the run)
- 2007-03-26 16:46:07下载
- 积分:1
-
neuralnetwork
《基于MATLAB系统分析与设计--神经网络》一书的源程序("based on MATLAB analysis and design-- neural networks," a book of the source)
- 2005-01-25 17:43:24下载
- 积分: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
-
multichainpegasis
Maximizing the Lifetime of Multi-Chain PEGASIS Using Sink Mobility
- 2014-08-25 18:24:29下载
- 积分:1
-
sys-tradingstrategy
algorithm trading code
- 2013-12-31 16:54:05下载
- 积分:1
-
EPON
基本光纤组件,GUI图形界面,无内嵌函数,(Basic fiber optic components, GUI graphical interface, no built-in functions,)
- 2011-05-20 19:35:26下载
- 积分:1
-
switch--circuit
最近交互式电源技术,软交换、同步整流、频率固定(Alternating expressions Power technology recently、Softswitch, synchronous rectification, fixed frequency)
- 2013-11-25 15:56:17下载
- 积分:1
-
FactorTutorial.m
FactorTutorial with some improvements to help in the examples. There is no answer here
- 2015-01-11 16:16:02下载
- 积分:1
-
PIE1
基于双权重非负矩阵分解的人脸识别Matlab code(double weight NMF for face recognition)
- 2010-08-21 09:56:53下载
- 积分:1
-
DM9000B_CKT_071807-1
DM9000B circuit application
- 2009-11-22 20:12:55下载
- 积分:1