-
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
-
wsn
一种传感器网络的节点部署算法的伪代码
初学者,只供参考(WSN)
- 2010-05-05 13:16:59下载
- 积分:1
-
power-elctronics
POWER ELECTRONICS FOR INDUSTRIAL APPLICATIONS
- 2012-05-29 19:47:02下载
- 积分:1
-
MATLAB-Wavelet-transform
Matlab小波变换与傅立叶变换用于检测阶跃信号,原始时域信号是一个阶跃信号,为了确定阶跃信号的突变点,分别采用傅立叶变换和db5小波进行处理。(Matlab wavelet transformation and Fourier transform is used to test signal, the original order jump time signal is a step road signal, in order to determine the Laplace domain signals point mutations, respectively the Fourier transform and db5 wavelet for processing.
)
- 2021-01-30 20:18:32下载
- 积分:1
-
zaosheng11
雷达高斯分布相干视频噪声和高斯分布中频噪声仿真(Coherent Radar Gaussian noise and Gaussian frequency video noise simulation)
- 2013-09-29 08:29:11下载
- 积分:1
-
seg
说明: 图像分割与特征提取,matlab开发环境( The picture division and the characteristic withdraw, matlab
development environment )
- 2005-09-28 13:03:42下载
- 积分:1
-
hhh
Automatic number plate recognition system ....
Best papers found so far...
- 2012-04-21 15:02:17下载
- 积分:1
-
MIMO_RLS
本程序是多输入多输出系统辨识的MATLAB源程序,可以用来学习或者研究(This program is a multi-input multi-output system identification MATLAB source, can be used to learn or study)
- 2021-02-23 15:29:41下载
- 积分:1
-
CH4
Wiley - Antenna and EM Modeling with MATLAB CHAPTER4
- 2012-06-10 12:24:25下载
- 积分:1
-
phase-information
运用一种基于相位信息的2FSK与MSK的调制识别方法,来实现MSK与普通的2FSK的识别。通过计算机仿真表明,在SNRE10dB的条件下,该方法识别率达到了100 。
(Based 2FSK use and MSK modulation recognition phase information to achieve a common 2FSK MSK and identification. Through computer simulations show that, under SNRE10dB conditions, the recognition rate reached 100 .)
- 2013-12-27 11:15:57下载
- 积分:1