-
rickerrr
In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorithm is first in the class of Householder s methods, succeeded by Halley s method. The method can also be extended to complex functions and to systems of equations.
- 2012-06-07 01:59:46下载
- 积分:1
-
mannul-power-MATLAB
人工势场法的运用 学机器人必备 路径规划算法(The use of artificial potential field method learning robot essential)
- 2012-11-23 20:33:49下载
- 积分:1
-
plot2svg_20120915
matlab code for Scalable Vector Graphics (SVG) Export of Figures
- 2015-02-05 14:48:46下载
- 积分:1
-
TP1_CHEN
建立关于分数的类,并进行加减乘除等相关运算的C++代码
(Establishment of the scores of the class, and other related operations of addition, subtraction C++ code)
- 2015-02-28 01:43:45下载
- 积分:1
-
matlab
matlab学习资料,对于初学者来说是一本不错的入门教程(matlab learning materials, for beginners is a good introductory tutorial)
- 2008-03-16 10:35:09下载
- 积分:1
-
alpha_Jerk
针对模型中人为设定参数值的不合理性,对机动时间常数的倒数进行建模,提出新的模型,并给出相应的α-Jerk滤波算法。该模型在估计目标状态的同时,能够实时估计参数α的值。仿真结果表明α-Jerk模型比Jerk模型收敛速度更快,状态估计更精确。并与jerk算法进行了比较。(Artificially set for the model parameter values of the irrational nature of the reciprocal of the motor time constant modeling, and propose new models and the corresponding alpha-on Jerk filtering algorithm. The model to estimate the target state at the same time, real-time estimate of the value of the parameter α. The simulation results show that alpha-on Jerk model faster convergence than the Jerk model, state estimation more accurate. And jerk algorithm.)
- 2012-06-19 16:04:06下载
- 积分:1
-
signalGenerate
生成数字信号处理课程常用信号:冲激、阶跃、斜坡、正弦、复指数和指数信号,幅度长度时延频率相位可控。(Signal generation, capable of generating pulse, step, ramp, sine, complex sine and exponent signals.)
- 2013-12-10 09:32:40下载
- 积分:1
-
GAUSS_ELIM--by-Cheuk
Gaussian Elimination with Pivoting Method by Cheuk
Function uses Gauss elimination with pivoting to solve a linear system in standard format. (linear, algebra, gaussian)
- 2014-02-06 16:21:49下载
- 积分:1
-
CPPBUILDER-package-design
创建和编辑包
创建一个包需要指定:
· 包的一个名字。
· 新包要求使用或链接的其他包的列表。
· 包编译时包含或绑定的单元文件的列表。包实质上是这些包含已编译.BPL功能的源代码单元的封装,包含(Contains)列表是想编译进包的定制组件的源代码单元放置的地方。一个包由C++源文件(.CPP)和扩展名为.BPK的工程选项文件定义。这些文件由包编辑器生成。
(Creating and editing package to create a package needs to be specified: a name of the package. The new package requires the use of or linked list of other packages. Compile a list of unit package that contains the file or binding. These packages contain essentially compiled. Source code package BPL unit functions, including (Contains) list is to source code modules compiled into the custom component package placed. A package of C++ source file (. CPP) and the extension. Engineering options file defines the BPK. These files are generated by the package editor.)
- 2014-02-19 21:28:41下载
- 积分:1
-
Matlabsignalprocess
经典数字信号处理滤波器的源代码
重点是利用巴特沃斯模拟滤波器转而设计其它数字滤波器
(Classical digital signal processing filter source code)
- 2009-05-19 10:00:32下载
- 积分:1