-
Neural-network
Very good paper on Neural network algorithm
- 2011-09-22 09:37:28下载
- 积分:1
-
shuzilvboqi
基于matlab的数字滤波器设计的文献大全(Matlab digital filter design based literature Daquan)
- 2013-04-25 23:20:52下载
- 积分:1
-
EMD-decomposition-programe
Hilbert-Huang变换之EMD分解程序。可以直接运行,以及附有几个详细例子。可以用以对非线性非平稳信号的处理,效果理想。(Hilbert-Huang transform EMD decomposition process. Can be run directly, as well as with several detailed examples. Can be used for non-linear non-stationary signal processing, the results are satisfactory.)
- 2013-05-12 21:38:41下载
- 积分:1
-
AVR
Automatic voltage regulator uncompensated and compensated case matlab simulation with results
- 2010-09-11 21:10:16下载
- 积分:1
-
label_wy
说明: 在matlab环境下,对图像中的单个目标进行标号(In the matlab environment, the image of a single target labeling)
- 2008-10-29 00:40:34下载
- 积分:1
-
juanji
说明: 用matlab实现了通信中经常用的卷积编码,并对其性能进行了分析(Matlab implementation of the communication with the regular use of convolutional coding and its performance is analyzed)
- 2010-04-13 20:01:27下载
- 积分:1
-
hierarchical-feature-selection
基于Matlab语言的层次特征算法,用于实现图像特诊的提取!!(Hierarchical feature algorithms based on Matlab language, for the extraction of images to achieve the special diagnosis!!
)
- 2014-09-13 09:09:52下载
- 积分:1
-
matlab.example.part3
入门级代码,matlab源代码的第三部分。(Entry-level code, matlab source code for the third part.)
- 2011-10-20 01:06:28下载
- 积分:1
-
HSoptflow
光流(运动估计)经典算法Horn and Schunck算法MATLAB程序。(optical flow (Motion Estimation) classical algorithm Horn and Schunck algorithm MATLAB program.)
- 2007-03-19 21:36:42下载
- 积分:1
-
xiashan
MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<>
迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
- 2013-05-15 08:52:09下载
- 积分:1