-
celp
CELP (CELl Processing) is a functional programming package for Matlab.
- 2014-09-27 22:07:38下载
- 积分: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
-
MMmpc
多模型预测控制;用于各种强非线性模型的预测控制。(Multi-model predictive control predictive control for a variety of strong nonlinear model.)
- 2020-10-23 14:07:23下载
- 积分:1
-
F_C
说明: 基于模拟退火算法的优化算法,用于搭配其它算法(贪心算法等)迭代使用,用于有现容量的Facility_Customer 最佳分配问题,使用时变量为设备容量,设备成本,用户距离,用户需求。降温指数为0.96,降温次数为200,迭代次数为200。(The optimization algorithm based on the simulated annealing algorithm is used in combination with other algorithms (greedy algorithm, etc.) for iterative use. It is used for the optimal allocation of facility "customer with existing capacity. The variables used are equipment capacity, equipment cost, user distance and user demand. The cooling index is 0.96, the number of cooling is 200, and the number of iterations is 200.)
- 2020-04-04 10:50:12下载
- 积分:1
-
DcBUCK1
说明: BUCK类型的DCDC变换器,经过调试效果良好,欢迎下载(BUCK types of DCDC converters, through commissioning works well, welcome to download)
- 2010-04-13 22:45:53下载
- 积分:1
-
matlab-babysnake
说明: 又一个用matlab的GUI编写的贪吃蛇程序。(also a GUI using Matlab prepared by the Snake procedures.)
- 2006-03-20 16:14:15下载
- 积分:1
-
paneldataestimationsicklesdeveloped
Rice University
- 2008-11-30 10:38:53下载
- 积分:1
-
btt
控制系统的波特图绘制,3个m文件,由传递函数写出m文件,画波特图。(Bode drawing control system, 3 m file by file transfer function to write m, draw the Bode plot.)
- 2015-06-03 17:45:06下载
- 积分:1
-
SSFM_for_CNLSE_withPMD_without_ER_terms.m
solver PMD (optical fiber)
- 2010-02-26 05:08:56下载
- 积分:1
-
matlab-lizilvbodaima
用matlab实现粒子滤波算法
x = 0 初始状态
R = input( 请输入过程噪声方差R的值: ) 测量噪声协方差
Q = input( 请输入观测噪声方差Q的值: ) 过程状态协方差
tf = 100 模拟长度
N = 100 粒子滤波器中的粒子个数
xhat = x
P = 2
xhatPart = x
………………(Particle filtering algorithm using matlab)
- 2013-04-08 17:32:07下载
- 积分:1