-
Newton
用matlab编写的实现牛顿插值法的代码,生成图像可显示节点数,误差点。(Prepared with the matlab code to achieve Newton interpolation to generate the image to show the number of nodes, the error point.)
- 2010-12-27 18:21:04下载
- 积分:1
-
Space-Time-Adaptive-Processing
王永良等编著的《空时自适应信号处理》是对雷达信号进行空时二维处理的经典教材,值得参考(Wang Yongliang ed space-time adaptive signal processing " is a classic textbook, it is worth the two-dimensional space-time radar signal processing reference)
- 2012-09-04 21:46:06下载
- 积分:1
-
M3RAC8Code
matlab code for beging cc motor...
- 2013-12-16 23:11:57下载
- 积分:1
-
PGZ.m
Reed Solomon decoding algorithm
- 2014-02-20 00:47:15下载
- 积分:1
-
wuxianhezuiwod
无线合作分集网络中资源分配策略研究的论文(Cooperative diversity in wireless network resource allocation policy research papers)
- 2010-06-08 13:17:42下载
- 积分:1
-
dsp-course
利用matlab进行数字图像处理的教程
富有源代码和说明~~(Carries on digital image processing using matlab the course)
- 2009-10-22 09:26:27下载
- 积分:1
-
aboutgddmatlab
对广义高斯分布有个基本的认识,为以后的应用打下基础(The generalized Gaussian distribution have a basic understanding of lay the foundation for future applications)
- 2010-10-14 19:12:06下载
- 积分:1
-
standard-program-of-PSO(matlab)
standard MATLAB program of PSO(standard program of PSO)
- 2013-03-19 17:01:33下载
- 积分:1
-
2
说明: 关于信号输入均匀量化器的信号幅度,用MATLAB实现量化过程(Uniform quantizer on the input signal amplitude, using MATLAB to quantify the process of achieving)
- 2011-04-14 19:42:51下载
- 积分:1
-
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