-
11
说明: 主要描述在实际地震数据处理过程中, 小波函数的选取的几点应用(Describes the actual seismic data processing, the selection of wavelet function Some Applications)
- 2011-03-07 15:15:31下载
- 积分:1
-
aa
用matlab仿真,用PID控制实现调速(matlab,PID controller)
- 2013-12-04 11:35:41下载
- 积分:1
-
fuel-cell
matlab的m文件,讲述的是pem燃料电池的电流动态仿真,其中还分为m层中有损伤和没有损伤,对研究燃料电池的电流动态者很有用。(matlab m files, about pem fuel cell current dynamic simulation, which is divided into m layer damage and no injuries, the current dynamics of the fuel cell research useful.)
- 2012-11-19 15:52:29下载
- 积分:1
-
Fuzzy_immune_PID_control_algorithm
模糊免疫 PID 控制算法,在模糊控制的基础上,增加了免疫因子,能获得更好的控制效果(Fuzzy immune PID control algorithm, in the basis of fuzzy control, an increase of immune factors that can effect a better control)
- 2009-05-19 13:17:41下载
- 积分:1
-
Electromagnetic_Field
电磁场学中 电磁转换问题。并且含有GUI创建的基本应用(electromagnetic field)
- 2012-05-05 13:56:26下载
- 积分:1
-
kongzhixitongfangzhen--code
这是matlalb控制系统仿真域实例一书中的各章节代码,有需要的朋友欢迎下载。(Control System Simulation with MATLAB example explanation (with the book CD-ROM) code sections)
- 2011-07-29 18:03:08下载
- 积分:1
-
mimo2
LTE 中MIMO的MATLAB实现,包含下行链路的流程(MATLAB in the MIMO-LTE implementation, including the process of downlink)
- 2010-10-10 14:38:39下载
- 积分:1
-
Opt_Simu
说明: 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u
f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数
q为退火因子,TolFun为函数容许误差
算法第一步根据输入变量数,将某些量设为缺省值( Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown function, x0 as the initial point, l, u, respectively, lower and upper limits for the search interval, kmax is the maximum q iterations for the annealing factor, TolFun as a function of allowable error algorithm is the first step according to the number of input variables, set default values for certain amount of)
- 2011-02-23 13:34:03下载
- 积分:1
-
Chaosgamerepresentationstructure
Chaos game representation of gene structure
- 2011-12-18 14:00:13下载
- 积分: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