-
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
-
MUSIC_KUAIPAI
matlab程序实现快拍数在分辨力上对music算法效果的影响(matlab program, the number of snapshots in the resolution on the effect of music algorithm)
- 2021-04-13 17:58:56下载
- 积分:1
-
matlab
这个学期刚学习了MATLAB,这是自己写的,matlab实现图像的放大和翻转(This semester just learning the MATLAB, it is his writing, matlab for image to enlarge and flip)
- 2010-05-09 10:50:18下载
- 积分:1
-
A-example-of-MATLAB-GUI-program
Matlab界面编程的一个实例, Matlab2008a(A example of MATLAB GUI program)
- 2012-04-28 18:41:07下载
- 积分:1
-
CalendarTable
本代码在matlab环境下运行,从而出现日历和时间。(Calendar and time display)
- 2010-09-11 22:05:59下载
- 积分:1
-
Matlab_matrix
关于matlab矩阵操作的初级教程,对新生很有用。建议大家看看!(Matlab matrix operation on the primary curriculum for freshmen useful. Recommendations to see everyone!)
- 2008-03-12 11:39:35下载
- 积分:1
-
PSO
基本粒子群算法的一些英文资料,在此基础上衍生出了许多优化粒子群算法(Particle Swarm some English information derived on this basis, a number of particle swarm optimization)
- 2011-01-07 14:58:12下载
- 积分:1
-
prony
小电流接地系统发生接地故障时,利用prony算法提取暂态特征分量并利用相关分析法实现选线取得很好的效果,有效的排除了干扰信号的影响,结论明显、准确性高。(When the small current grounding system occurs ground fault , we use prony algorithm to extract the transient characteristics of the component and line selection by using correlation analysis. The simulation present that the algorithm effectively eliminate the influence of interfering signal. The result has a good effect and high accuracy obviously.)
- 2021-01-04 21:08:56下载
- 积分:1
-
Array signal processing(1)
1:MUSIC 算法MATLAB程序
2:ESPRIT 算法MATLAB程序
3:Root-MUSIC算法MATLAB程序
4:面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序(1:MUSIC ALGORITHM MATLAB PROGRAM
2:ESPRIT algorithm MATLAB program
3: Root-MUSIC algorithm MATLAB program
4: MATLAB Program of Unitary-ESPRIT Algorithms for Two-Dimensional Angle Estimation in Area Array)
- 2019-01-11 13:14:59下载
- 积分:1
-
classbaseattrbutetimeclassification
In this paper, we present two novel class-based
weighting methods for the Euclidean nearest neighbor algorithm
and compare them with global weighting methods
considering empirical results on a widely accepted time series
classification benchmark dataset. Our methods provide
higher accuracy than every global weighting in nearly half
of the cases and they have better overall performance. We
conclude that class-based weighting has great potential for
improving time series classification accuracy and it might be
extended to use with other distance functions than the Euclidean
distance.
- 2010-10-30 13:19:15下载
- 积分:1