-
chengxu
食堂用餐拥挤问题
但服务台多队列模型
系统优化(Canteen meals congestion problem, but help desk Multi-Queue Model of System Optimization)
- 2010-03-15 22:43:37下载
- 积分:1
-
BPnet
说明: //1、动态改变学习速率
//2、加入动量项
//3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h),
// 方便矩阵运算,当然,也可自己写矩阵类
//4、可暂停运算
//5、可将网络以文件的形式保存、恢复(//1, dynamically changing learning rate// 2, adding momentum item// 3, the use of matrix operations Matcom4.5 library (available for free download, headers matlib.h),// to facilitate matrix operations, but may also write your own matrix class// 4, may suspend the operation// 5, the network can be saved as a file and restore)
- 2011-03-20 21:50:21下载
- 积分:1
-
Ambiguity_Barker
巴克码模糊图与模糊度图代码,可以直接运行!(Barker code fuzzy and fuzzy graph code
)
- 2012-08-04 20:58:30下载
- 积分:1
-
dmstodeg
dmstodeg
matlab function
geomatic students
matlab code
- 2014-10-26 01:42:46下载
- 积分:1
-
er-jie-shou-xiang
一个水箱的控制系统,实现了液位和温度控制,温度采用预测控制。(A water tank in the control system, realized the liquid level and temperature control, temperature using predictive control.)
- 2011-12-16 18:57:48下载
- 积分:1
-
smart_antenna1
说明: matlab信道模型,用于模拟多用户下用户间干扰的模型。(Matlab channel model for the simulation of multi-user interference between users under the model.)
- 2005-11-08 12:17:47下载
- 积分:1
-
Matlab_Tutorial_Programming_the_Bise_
it contents some basic code to finding root of a equation
- 2013-01-09 17:55:03下载
- 积分:1
-
KeyGeneratorTest
ests for KeyGenerator constructor and methods.
- 2014-01-08 10:55:40下载
- 积分:1
-
vfh
说明: 利用Matlab进行仿真VFH+算法,创建了几个地图。(Using MATLAB to simulate VFH + algorithm, several maps are created.)
- 2021-03-22 16:39:16下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1