-
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
-
MLS
Moving Least Squares Deformation
- 2012-04-30 23:57:28下载
- 积分:1
-
WienerScalart96
用实现的维纳滤波器,三个参数分别是信号源,以及作为样本的信号时间(单位秒)(Wiener filter is implemented using matlab. three parameters are the source, fs, as well as samples of the signal time (in seconds))
- 2014-08-12 10:21:49下载
- 积分:1
-
distributed
distributed in matlab mfile
- 2013-09-20 11:58:34下载
- 积分:1
-
truss-structure
杆系结构的Matlab有限元建模。便于初学者学习(Matlab finite element modeling truss structure. Easy for beginners to learn)
- 2015-04-12 14:41:45下载
- 积分:1
-
nmi
说明: matlab版本的标准互信息函数,用于聚类指标的计算,可直接使用(normalized mutual information function for clusering performance evaluation (MATLAB version))
- 2019-05-04 15:21:18下载
- 积分:1
-
Eacfault
this source code is eacfault matlab
- 2013-08-04 17:41:05下载
- 积分:1
-
my-TSP-with-SA
solving TSP problem with SA
- 2012-06-11 22:09:00下载
- 积分:1
-
tiandiline
本程序用于森林视频监控中天地分界线的确定,确定后对于天地线上方部分都认为是天空不进行处理,可提高视频处理效率和系统的性能。(The procedure for forest video surveillance to determine the boundary between heaven and earth. The part above the line side is considered as sky, do nothing to which. It can improve the video processing efficiency and system performance.)
- 2010-11-29 09:55:15下载
- 积分:1
-
xiandaixinhao
现代信号处理大量实例,小波变换傅立叶变换,滤波器的实现(Modern signal processing a large number of instances, the wavelet transform Fourier transform filter realization)
- 2012-10-28 16:27:16下载
- 积分:1