-
matlab
学习matlab的好资料,是你学习的好助手,你可以用来学习matlab和数学建模(this is a learn matlab very good )
- 2013-08-23 17:28:53下载
- 积分:1
-
ARX+ARMAX
Here,we want to estimate a system with ARX and ARMAX.
the euation of system is : 2(s+1)/s^2+2s+2
so first, we find the discrete equation that sampling frequency is 100ms.
Here,in our sample,na=nb=2,nc=1
also ,this algorithm find the poles and zeros of the system.
- 2010-08-27 17:39:12下载
- 积分:1
-
jun1
this some codes for the book <<space-time codes and mimo systerms>>(this is some codes for the book)
- 2007-04-20 17:59:58下载
- 积分:1
-
iterative
Iterative thresholding
- 2015-03-28 14:14:39下载
- 积分:1
-
fenxingyasuo
此为word版本的有关分形压缩的各项知识,有源码,还有word版本的文字知识,非常适合用于论文制作的素材.(This is the word fractal compression version of the relevant knowledge, source code, as well as knowledge of word version of the text is very suitable material for paper production.)
- 2010-11-18 15:29:42下载
- 积分:1
-
RasterizerSpan
ClassPoolFiller extends SimplifiedVisitor implements ClassVisitor.
- 2014-01-08 10:31:04下载
- 积分:1
-
featuresofmodulationsignals
基于统计特征实现调制方式识别,供大家参考(stastical features based modulation recognition. )
- 2010-09-14 14:15:51下载
- 积分:1
-
identfyblurtheta
运动模糊角度鉴别 傅里叶变换法 直方图均衡化Radon变换(identify motionblur by fft radontransform)
- 2012-05-17 21:01:19下载
- 积分:1
-
ifiss3.1
不可压缩流体的有限元快速迭代求解,是书籍的附带源代码实现(Finite Elements and Fast Iterative
Solvers: with Applications in
Incompressible Fluid Dynamics)
- 2013-04-05 23:06: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