-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
ofdmwithclipping
ofdm using clipping method
- 2010-12-21 04:52:41下载
- 积分:1
-
cdma
说明: 关于cdma用MATLAB进行仿真
源码(Simulation on the MATLAB source code with cdma)
- 2011-04-18 13:12:30下载
- 积分:1
-
Diagnose
This is the implementation of paper Understanding and Diagnosing Visual Tracking Systems (ICCV15 ),论文代码,实现论文中的试验比较算法(This is the implementation of paper Understanding and Diagnosing Visual Tracking Systems (ICCV15 ))
- 2016-03-20 01:34:23下载
- 积分:1
-
最速下降法
最速下降法代码,数值计算算法,换参数即可(steepest descent method)
- 2018-06-23 15:34:35下载
- 积分:1
-
comtet_matlab
该程序是一个matlab与visual c++ 混合编程的例子,运用matlab的combuilder将matlab程序编译成dll,在C++里调用。(that the procedure was a Matlab c mixed with visual programming examples. using Matlab combuilder procedures will be compiled into Matlab dll, in the C calling.)
- 2007-05-11 17:16:07下载
- 积分:1
-
digitalsignalprocessingmatlabanddigitalimage
这是一本应用matlab进行数字信号处理和数字图像分析的中文书籍(This is an application of digital signal processing matlab and digital image analysis of Chinese books)
- 2010-07-08 09:55:32下载
- 积分:1
-
BCH_codes
说明: 可以纠正三个错误的bch码,在不同的SNR下,给你系统仿真曲线。(To correct three errors bch code, at different SNR, the simulation curve for you.)
- 2009-08-20 22:25:08下载
- 积分:1
-
write_segy_file
说明: 在地球物理勘探中将原始的SEG-Y数据导入(In geophysical exploration will be the original SEG-Y data import)
- 2011-03-29 11:27:22下载
- 积分:1
-
simple_fre_DFE_equa
简化的频域反馈判决反馈均衡器,系数不需要每次都更新。(simplified frequency decision feedback filter ,do not need to update factor everytime)
- 2013-11-12 09:28:14下载
- 积分:1