-
secant
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.(The secant iteration to find the zero of some non-linear function converges to zero if appropriate starting values are chosen.
Although the convergence rate is not as good as the one of the Newton method, it may sometimes converge when Newton fails. The funtion should be defined as an inline function and two starting values are required to start the iteration.
Please enter help secant from the Matlab prompt for usage information and examples.
)
- 2009-05-14 04:56:54下载
- 积分:1
-
gu_Morlet
自编小波变换程序,小波基Morlet,matlab环境。(Self wavelet transform process, wavelet Morlet, matlab environment.)
- 2011-02-10 02:52:45下载
- 积分:1
-
mohu-pid
基于simulink的模糊PID控制仿真,包括模糊控制器的设计,希望大家有用(Simulink-based fuzzy PID control simulation, including the design of the fuzzy controller, and I hope everyone useful)
- 2013-03-30 10:42:39下载
- 积分:1
-
sw_dist
本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位(This procedure used to calculate the matlab in the distance between two coordinates, latitude and longitude coordinates must be, and show that to calculate the unit)
- 2021-05-12 21:30:03下载
- 积分:1
-
codeofmultipath
关于多径信道的matlab的子函数实现,Jakes模型等都包含(On the multi-path channel to achieve the matlab s Functions, Jakes model contains all)
- 2008-12-20 09:40:32下载
- 积分:1
-
SimulationofFuzzylogiccontrolbsaedDCmotor
Ind Simulation of Fuzzy logic controller bsaed DC motor .uainf mTL chck it
- 2013-11-28 22:08:16下载
- 积分:1
-
yizhi
一种抑制衰减直流分量的改进傅氏算法,能够提高短路电流的相量测量精度。(An improved Fourier algorithm of decaying dc component, improving the short-circuit current phasor measurement precision
)
- 2021-03-05 11:09:31下载
- 积分:1
-
target-ISAR-imaging
ISAR目标仿真回波在加入不同噪声下利用不同时频分析工具进行分析的MATLAB例子(MATLAB examples of ISAR target echo signals simulation and the time-frequency analysis with different time-frequency tools when adding different noise to the echos)
- 2015-09-17 15:26:25下载
- 积分:1
-
MM_SMC_PHD
多机动模型PHD滤波算法,可以跟踪多个机动目标。自己编写的(multiple maneuvering targets tracking)
- 2016-05-09 15:31:42下载
- 积分:1
-
Decomposition_LU
将系数矩阵A转变成等价两个矩阵L和U的乘积 ,其中L和U分别是下三角和上三角矩阵。当A的所有顺序主子式都不为0时,矩阵A可以唯一的分解为A=LU。其中L是单位下三角矩阵,U是上三角矩阵。 (The coefficient matrix A into two matrices L and U is equivalent to the product, where L and U are lower triangular and upper triangular matrix. When A master style is not all the sequence is 0, the matrix A can only be decomposed into A = LU. Where L is unit lower triangular matrix, U is upper triangular matrix.)
- 2011-06-21 21:16:09下载
- 积分:1