-
Kmedoid
Kmedoid 是类似于Kmean的Clustering method。(Kmedoid is similar to Kmean the Clustering method.)
- 2007-08-01 18:05:09下载
- 积分:1
-
Matlab-based-learning
matlab基础学习,帮助入门者快速上手matlab编程,掌握基本编程技巧(Matlab based learning)
- 2012-12-12 15:40:57下载
- 积分:1
-
VFmicrogridcontrol2
分布式发电的PQ控制研究仿真,通过MATLAB/simulink进行仿真(PQ control of distributed generation simulation, simulation by MATLAB/simulink)
- 2020-07-01 12:00:02下载
- 积分:1
-
simpleWSNRoute
OMNet++的一个例子,实现了简单的路由。重要的语句后面加上了注释,适合初学者,非常有用。(A example about wirless network for OMNet++.)
- 2010-08-11 18:05:20下载
- 积分:1
-
IA
说明: 通过免疫算法解决旅行商问题,在matlab下实现(Through the immune algorithm to solve traveling salesman problem, in under matlab)
- 2008-04-28 20:43:13下载
- 积分:1
-
IR_UWB
高斯脉冲的微分的MATLAB仿真程序,对超宽带脉冲宽度的改变和脉冲微分(Derivative of Gaussian pulse MATLAB simulation program, to change the UWB pulse width and pulse differential)
- 2010-11-30 14:15:05下载
- 积分:1
-
UAC-TR
主动时反通信结合复域方法的MATLAB仿真。(When combined with active anti-communication complex domain method MATLAB simulation.)
- 2014-01-06 16:36:29下载
- 积分:1
-
jiao
该程序是关于参数化功率谱估计,这些源程序是经过验证的,很好使用(The program is about the parametric power spectrum estimation, the source is a proven, well used)
- 2014-01-02 19:34:54下载
- 积分:1
-
BatteryBMS
说明: 该模型主要模拟蓄电池及其电池管理系统,即BMS,其中包括充放电电流计算、电池温度等,可用于电动汽车、燃料电池汽车模拟,也可用于电池建模计算(The model mainly simulates the battery and its battery management system, namely BMS, including charge and discharge current calculation, battery temperature, etc., which can be used for electric vehicle and fuel cell vehicle simulation, and can also be used for battery modeling calculation.)
- 2019-05-08 15:24:06下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1