-
MATLAB-Recipes-for-Earth-Sciences
MATLAB Recipes for Earth Sciences
- 2010-08-28 00:43:48下载
- 积分: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
-
pid3
数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。(Digital control system is a kind of digital computer for the controller to control a continuous state of the object and closed loop control system. Therefore, the digital control system, including work on the discrete state of the digital computer and work in a continuous state of the plant is two parts. My topic of digital section (PID) simulation by the realization of the corresponding discrete transfer function using the digital PID control of the plant is implemented accurately. By adjusting the ratio of (P), integral (I), differential (D), so that the output of the object to achieve the desired results.)
- 2010-08-31 21:20:38下载
- 积分:1
-
rd
说明: 合成孔径雷达的RD算法实现,非常有用的算法(Synthetic aperture radar RD algorithm, a very useful algorithm)
- 2012-08-02 10:25:07下载
- 积分:1
-
DAQER
Please read THIS DOCUMENTE
- 2013-05-05 10:33:18下载
- 积分:1
-
HumanData1
人体脉搏信号的有关数据及有关qrs群波探测的相关代码(The pulse signal of human body of relevant data and related group QRS wave detection related code)
- 2021-04-26 17:08:46下载
- 积分:1
-
particle_filter_soc
基于粒子滤波SOC估算的源码,包含原始数据,可看到直观的计算结果。(SOC estimation based on particle filter source code, containing the original data, you can see the visual results.)
- 2021-03-23 21:49:15下载
- 积分:1
-
RBFjxj
RBF径向基函数预测的matlab算法,在神经网络算法中预测效果好(Radial basis function RBF prediction matlab algorithm, the neural network algorithm predicted effective)
- 2010-09-09 12:41:15下载
- 积分:1
-
matlab
数字图像处理,实现图像分割,旋转,灰度变换(matlab digital image processing the image gray-scale processing, segmentation processing, rotation processing)
- 2012-04-23 20:50:55下载
- 积分:1
-
Sign_Normalization
Matlab Code to Normalize Signature
- 2014-11-27 13:36:35下载
- 积分:1