-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
guifunc
electroencephalogram matlab function
- 2012-05-24 20:18:50下载
- 积分:1
-
PSO
PSO基本实现过程的详细演示,适合初学者进一步加深对理论的理解,推荐使用(A detailed presentation of the basic PSO implementation process, suitable for beginners to further deepen the understanding of the theory, recommended the use of)
- 2013-10-04 11:06:51下载
- 积分:1
-
Hamiltonian-loop
Hamiltonian loop 哈密顿环路解决图论最短路问题
(Hamiltonian loop )
- 2012-03-31 14:53:54下载
- 积分:1
-
Njhk_8_8
pfc with average current control mode
- 2011-12-14 19:59:16下载
- 积分:1
-
eigenFaces
EigenFaces algorithm for face recognitionwith GUI interface(load_database.m,eigenface.m,eigenfaces.fig)
- 2014-01-26 00:38:43下载
- 积分:1
-
power_3level_converter
三电平变换器的SIMULINK模型,适合三电平变换器及其PWM产生算法的初学者。(This is a simulink model of three level converter, which is suitable for the beginner in this field.)
- 2011-04-22 19:05:21下载
- 积分:1
-
Quantum-genetic-algorithms--optimal
matlab量子遗传算法求最优,其适应度函数可以根据自身实际情况编写求适应度值最高的最优解。(Quantum genetic algorithms for optimal matlab)
- 2014-12-23 12:55:50下载
- 积分:1
-
predictive2l
模型预测控制中的预测控制,GPC的一种,还可以,希望有用(Model predictive control of predictive control, a GPC, and also, I hope useful)
- 2014-01-08 21:41:10下载
- 积分:1
-
bianchidu
基于变尺度随机共振的微弱信号检测方法,给出仿真程序(A weak signal detection method for stochastic resonance)
- 2017-06-13 16:47:58下载
- 积分:1