-
randht
对于复杂网络中各种节点的分布进行计算和求证时不是幂律分布,并求出相关的指数。(Power-law distribution of complex networks)
- 2010-07-14 20:13:30下载
- 积分:1
-
matlabknowlege
包含matlab图像处理的相关算法实现程序(Contains matlab image processing procedures related algorithm)
- 2010-05-10 14:51:34下载
- 积分:1
-
MDP-model-of-MPNP
在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例(This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve the multi-period newsboy problem.)
- 2021-01-12 21:48:49下载
- 积分:1
-
DWT
DWT的分解与逆变,可以用于风电和负荷预测之前的去噪点(decomposition and inverter which based on DWT , it can be used in the wind power prediction and load forecasting data )
- 2014-12-23 10:28:30下载
- 积分:1
-
Sort_scores
读入xls文档,完成对成绩的排序,然后重新写回xls。特点就是 ,可以输入不同的排序标准,完成不同的排序。(Read xls document, complete results of the sort, and then re-write back to xls. Feature is that you can enter a different sort criteria, the completion of a different sort.)
- 2010-08-31 22:38:47下载
- 积分:1
-
Tut1-_Intro
DSP course Tut1-_Intro
- 2011-11-07 23:47:17下载
- 积分:1
-
BlockMatchingMethodsConsideringSmoothnessofMotionV
考虑运动向量平滑的块匹配运动估计方法,matlab代码(Consider the motion vector smoothing method of block matching motion estimation, matlab code)
- 2009-04-15 19:28:06下载
- 积分:1
-
matlab_touying
MATLAB环境中使用投影法统计目标图像像素在每一行和每一列上的个数,然后画出统计图形。(MATLAB environment using the projection method the target image pixel statistics in each row and each column the number, and then draw statistical graphics.)
- 2010-03-10 17:20:02下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
adaptiveequalisersandsmartantennasystems
adaptive equalisers and smart antenna systems
一篇学位论文,介绍了蜂窝电话系统,自适应均衡,阵列天线系统,并给出了matlab仿真源代码(adaptive equalizers and smart antenna sys tems a graduate thesis on the cellular telephone system, adaptive equalization, array antenna system, given Matlab simulation source code)
- 2007-01-09 15:59:32下载
- 积分:1