-
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
-
Adaptive-beamforming-smart-antenna
智能天线自适应波束形成算法(LMS,RLS,MVDR1,MVDR2)(Adaptive beamforming smart antenna algorithm (LMS, RLS, MVDR1, MVDR2))
- 2010-12-12 10:33:36下载
- 积分:1
-
Nonlinear-iterative-solution
通过matlab编制程序,对非线性方程组迭代求解。(Through matlab programming, iterative solution of the nonlinear equations)
- 2013-08-16 16:41:40下载
- 积分:1
-
planing_problem
压缩包包含使用matlab求解一般规划问题的源代码和ppt讲解,希望对个位有所帮助.(Compression using matlab to solve the general package contains the source code and programming problems ppt to explain, I hope a bit of help.)
- 2011-10-29 10:57:12下载
- 积分:1
-
ExtractMovieFrames
Video Processing. Extract movie frame
- 2015-01-17 03:47:46下载
- 积分:1
-
gabort.m
一个很不错的matlab 程序,贡献出来与大家共享,希望对大家有所帮助(Matlab a very good process, contribute to share with everyone, and they hope to help everyone)
- 2008-06-04 09:26:21下载
- 积分:1
-
Seismic_EMD_Analysis
可以通过此程序信号处理,去噪效果明显,得出的结果较好。希望大家满意.(Signal processing through this process, denoising effect is obvious, the result is good. Hope you satisfied.)
- 2010-12-23 19:06:50下载
- 积分:1
-
6771355451
MATLAB实用程序(MATLAB utility SSSSSSSSSSSSSSSSSSSSSSSSSS )
- 2007-05-24 21:07:39下载
- 积分:1
-
prbs_generator
改程序可以实现任意阶的伪随机序列的产生,并且以文本格式保存起来,方便查看和调用(Reform program can generate pseudo-random sequence of arbitrary order, and saved in text format for easy viewing and calling)
- 2013-11-30 22:03:39下载
- 积分:1
-
threephasefull
Three phase full wave rectifier simulation using matlab, simulink
- 2014-01-29 17:50:15下载
- 积分:1