-
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
-
Generating-random-Numbers
使用案例讲解了matlab中的随机数生成,有源代码程序(Generating random Numbers)
- 2011-07-07 08:14:58下载
- 积分:1
-
fengwoxiaoqu
多小区、多用户蜂窝小区的建模。其中每个小区内设置一个基站,以基站为圆心,以一定半径在基站附件分布n个用户。可直接运行。(Multi-cell, multi-user cell modeling. Which sets a base station within each cell, the base station as the center, the distribution of n users to a certain radius of the base station attachment. Can be run directly.)
- 2021-01-31 17:18:32下载
- 积分:1
-
Untitled
kalman filter algorithm
- 2015-03-10 21:41:13下载
- 积分:1
-
circle-document
this document useful,to calculate radius in image
- 2011-10-31 15:01:59下载
- 积分:1
-
Rejection
AN IMPORTANT class of theoretical and practical
problems in communication and control is of a statistical nature.
- 2015-03-15 00:04:48下载
- 积分:1
-
L1730SSFTMENG
LG Monitor user s guide L1730S&L1930S
- 2010-08-02 23:31:18下载
- 积分:1
-
sift
sift算法的基础论文,很经典,还有一篇sift的讲解,由于上传限制,如果有需要可以向本人索取(sift algorithm based on papers, very classic, there is a sift in the talks, the upload limit, and if necessary I can be obtained)
- 2010-12-11 12:29:11下载
- 积分:1
-
01
说明: 信号的叠加、信号叠加后不超标时间的计算、fourier级数拟合(Superimposed on the signal, not excessive computing time after the signal is superimposed, fourier series fit)
- 2015-03-07 14:14:12下载
- 积分:1
-
200930310135
是图像修复,利用维纳滤波的方法实现的图像复原,自己编的程序(Image restoration
)
- 2010-12-12 10:25:56下载
- 积分:1