-
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
-
jpeg5
this fille contain matlabsource code
- 2010-12-30 19:31:24下载
- 积分:1
-
test
针对20个已知类别数据,前15个训练样本和带刺的5个样本,通过该程序可识别出待测的样本属于哪一类。(Data for the 20 known types, the first 15 training samples and barbed 5 samples can be identified by the program which type of samples tested.)
- 2011-05-15 14:50:38下载
- 积分:1
-
MATLAB1
学校做的项目源码,运用粒子群算法求解矩阵特征值。粒子群算法注释比较详细,想研究粒子群的同学可以借鉴看看。(Schools do the project source code, the use of particle swarm algorithm for solving matrix eigenvalues. Particle Swarm comment in more detail, the students want to study particle swarm can learn to see.)
- 2014-09-06 09:59:45下载
- 积分:1
-
ISOMAP
流形学习中的非线性降维方法——等距映射(ISOMAP)算法的MATLAB实现,可以实现高维数据的降维处理,寻找到原始高维数据的特征维数。(ISOMAP is a method which can deal with the high dismensional data and find the low type of orignal data!)
- 2021-04-12 09:28:57下载
- 积分:1
-
DWT_autoenh
离散小波分解下的图像增强,快速,可以与其他波分解的图像增强做对比(Discrete wavelet decomposition of image enhancement, fast, with other wave decomposition of image enhancement to do comparison)
- 2010-10-29 23:49:12下载
- 积分:1
-
chirpAwGN
纠正了由于存在复指数而导致的图像重叠问题(Corrected result due to re-index the images overlap )
- 2010-11-14 23:45:48下载
- 积分:1
-
zoomfft
该程序是我把上面的Matlab版 ZoomFFT改写成Vc++版,该程序通过编译没有问题,我调用函数(The program is my Matlab version of the above into ZoomFFT rewritten Vc++ version of the program through the compiler there is no problem, I call the function)
- 2009-06-30 22:43:32下载
- 积分:1
-
interior_points
Numerical Optimization, interior points
- 2010-05-12 14:33:27下载
- 积分:1
-
WIND-DFIG-PITCH-ANGLE-q-CONTROL
DFIG wind system with pitch angle controland reactive power control
- 2016-11-20 09:27:26下载
- 积分:1