-
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
-
rsgeng
说明: 该函数利用高斯频谱产生一维的高斯随机起伏地表。(RSGENG generates 1D Gaussian random rough surfaces with Gaussian Spectrum.)
- 2011-03-22 13:35:29下载
- 积分:1
-
EKF
说明: 扩展卡尔曼滤波程序,经过MATLAB测试过,万全好用。(Extended Kalman filter procedure, after MATLAB tested, foolproof to use.)
- 2011-04-14 22:54:24下载
- 积分:1
-
libsvm-3.18
利用台湾大学教授所开发的支持向量机工具箱做预测和分类算法(prediction using svm)
- 2014-10-17 00:02:10下载
- 积分:1
-
compare
Comparative file i created for my personal use and will be of no use to any one else
- 2014-12-03 06:40:48下载
- 积分:1
-
221381_859
program for power system
- 2012-10-27 00:44:35下载
- 积分:1
-
thesis111
using Simulink complete vfd of induction motor design
- 2014-09-16 12:59:05下载
- 积分:1
-
abc_MATLAB_simulink
电机abc系统仿真程序,希望大家喜欢。。。。。(Electrical system simulation program abc)
- 2010-06-23 21:01:58下载
- 积分:1
-
ofdm的一种信道估计准则 45666027ML
ofdm的一种信道估计准则:最大似然信道估计准则(ofdm channel estimation as a criterion: maximum-likelihood channel estimation criteria)
- 2020-06-28 12:20:01下载
- 积分:1
-
SVPWM123456
基于svpwm(矢量控制技术)的电机仿真模型,在simulink里面仿真-(Based on svpwm (vector control technology) simulation model of permanent magnet synchronous motor, which in simulink simulation)
- 2010-12-19 21:02:14下载
- 积分:1