-
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
-
haffman
haffman编码,用matlab实现哈夫曼编码(haffman coding)
- 2013-01-08 16:19:02下载
- 积分:1
-
1_Modelisation-de-la-MSAP-a-vide-a-en-charge
modelisation de la MSAP a vide et en charge matlab + resultat
- 2012-03-26 04:38:58下载
- 积分:1
-
svd.rar
用matlab中的SVD函数实现线阵或圆阵的music算法的仿真(use svd function to perform music )
- 2009-05-11 12:44:09下载
- 积分:1
-
untitled11
matlab光伏mppt扰动观测法变步长的扰动观测法,可以实现最大功率点的跟踪控制(Matlab pv MPPT disturbance observation method, variable step disturbance observation method, can achieve maximum power point tracking control)
- 2021-01-16 10:18:46下载
- 积分:1
-
hht
hht轉換,Hilbert-Huang (HHT) 轉換方法是黃鍔根據近代知名數. 學家Hilbert 的數學理論設計(hht transform)
- 2012-05-01 16:44:54下载
- 积分:1
-
PID
利用MATLAB进行PID的仿真实验,调节参数可以分析出PID参数对系统的阶跃响应的影响。(The influence of PID parameters on the step response of the system can be analyzed by using MATLAB for PID simulation experiment.
)
- 2017-05-06 10:20:29下载
- 积分:1
-
iHMM
infinite HMM
Refer to Beal s Paper
Applying Gibbs Sampling in inference
the number of states of HMM is changeable in this algorithm, based on Dirichlet Proce(infinite HMMRefer to Beal s PaperApplying Gibbs Sampling in inferencethe number of states of HMM is changeable in this algorithm, based on Dirichlet Proce)
- 2008-01-24 10:10:54下载
- 积分:1
-
fuzzy1
关于模糊控制器的设计,M文件的形式,包含了最基本的模糊控制器程序。(Fuzzy controller design, the M form of a document that contains the basic fuzzy controller program.)
- 2012-04-16 21:51:23下载
- 积分:1
-
Wavelet-analysis-MATLAB7
电子工业出版社2005=小波分析理论与MATLAB7实现.-[483p](Wavelet analysis MATLAB7)
- 2013-08-15 10:34:48下载
- 积分:1