-
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
-
Programming_Pearls(Second_Edition)
了解快捷编程过程、技巧、方法和避免不必要的 Bug。(Understanding of the process of fast programming, techniques, methods, and to avoid unnecessary Bug.)
- 2009-07-17 14:26:43下载
- 积分:1
-
suijidu
说明: 随机信号复杂度matlab程序。可以分析信号的复杂度。而且有上限(The complexity of random signal matlab program. The complexity of the signal can be analyzed. But also limit)
- 2011-02-23 23:15:51下载
- 积分:1
-
MATLAB3
same file contents as the priviously three already uploaded files
- 2011-05-17 16:49:59下载
- 积分:1
-
egao
一个关机恶搞程序,仅供娱乐,其实很简单就用了system函数(A spoof shutdown procedures, for entertainment purposes only, is actually very simple to use system functions)
- 2013-11-13 07:11:43下载
- 积分:1
-
myfun3
说明: 用于求解高速球轴承的非线性方程组,输入主程序,用fsolve,可以直接解出来(Nonlinear equations used to solve high-speed ball bearings, input the main program, with fsolve, can be solved directly.)
- 2021-04-05 12:39:06下载
- 积分:1
-
1
说明: 用Matlab快速求斜率,方法简单易行,程序条理可靠。(无)
- 2010-10-28 21:04:02下载
- 积分:1
-
f_smoothing
doa谱估计中,用于相干信源的DOA估计的一种算法的源程序。(doa spectral estimation for coherent sources of DOA Estimation Algorithm of the source.)
- 2010-05-20 08:44:33下载
- 积分:1
-
code
基于boundar边界提取轮廓,采用曲率算法确定可能为指尖或者指根点的区域,采用该程序确定指尖指根区域。(Contour extraction based on boundar border, using the curvature method to determine the root may refer to point fingers or regions that use the procedure to determine the root area fingertips.)
- 2010-05-23 16:06:50下载
- 积分:1
-
mt_CS
多任务cs,压缩感知中的一种重构方法,主要用于重构(Multitasking cs)
- 2011-05-20 15:21:55下载
- 积分:1