-
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
-
xx
说明: 标准图像,包含多幅用于matlab的标准图像(The standard image, contains many standard for matlab image)
- 2015-01-27 17:30:02下载
- 积分:1
-
bianbuchangvss-and-mvss-and-nlms
LMS算法程序 代码等等 变步长LMS算法程序 代码等等 变步长(lms
bianbuchang)
- 2014-01-12 18:12:10下载
- 积分:1
-
vblast-ook---ZF
在光通信中分层空时码程序,使用OOK进行调制,译码使用迫零算法。(wireless communication vblase matlab procedure)
- 2014-05-04 09:46:59下载
- 积分:1
-
Control-System-Toolbox-8.2_
控制工具箱文件压缩包,从matlab里toolbox文件夹复制出来的。(Control System Toolbox 8.2_.zip)
- 2011-05-24 23:41:56下载
- 积分:1
-
direction_field
基于方向场的图像处理算法,采用matlab编写(direction filed method by matlab)
- 2015-04-16 16:18:22下载
- 积分:1
-
demospf
滤波程序、利用MATLAB编写,相当好用(Filtering procedure, and use MATLAB to prepare, very easy to use)
- 2010-01-02 19:02:04下载
- 积分:1
-
the-fouth-zhang
说明: matlab对数值分析的实现问题。请大家下载使用,谢谢大家。(matlab implementation of numerical analysis problems. Please download, thank you.)
- 2011-03-29 16:24:46下载
- 积分:1
-
datasamp
是用于模式识别中的一种数据采样方法,此方法是把数据按一定的比例分为训练数据和测试数据。(for pattern recognition of a data sampling methods, This method is data by a certain percentage into training data and test data.)
- 2007-03-17 22:28:13下载
- 积分:1
-
lms5
LMS算法和RLS算法的智能天线波束形成~~,可以运行~~~(LMS algorithm and RLS algorithm for smart antenna beamforming ~ ~, you can run ~ ~ ~)
- 2010-05-27 10:49:22下载
- 积分:1