-
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
-
nueral
signal classification using mural network
- 2011-10-04 17:12:16下载
- 积分:1
-
Comparing-QPSK-and-BPSK
在MATLAB仿真环境下进行的QPSK和BPSK的性能仿真,内容较细致(QPSK and BPSK performance simulation in the MATLAB simulation environment, in greater detail)
- 2012-05-24 20:12:12下载
- 积分:1
-
PSKBER
说明: 16PSK系统仿真,m文件程序分析了系统的误码率,作出了仿真误码率曲线,与理论误码率曲线进行比较感觉不错。(16PSK system simulation, m file program analysis of the BER, bit error rate curve to the simulation, and compare theoretical BER curves feel good.)
- 2010-04-07 22:28:36下载
- 积分:1
-
gps_acquisition_theoretic
本人做的GPS整个基带的捕获模型.用的是SIMULINK,捕获方式采用码并行捕获,其中信号源调整了P码(entire GPS base-band model of the capture. Simulation is used. Capture mode using parallel code capture, which adjusted the signal source code P)
- 2021-04-01 20:09:08下载
- 积分:1
-
KF1
标准卡尔曼滤波对船的航线进行滤波处理,方便导航定位。(Standard Kalman filter for filtering routes boat handling, easy navigation and positioning.)
- 2014-04-20 10:57:12下载
- 积分:1
-
ss
说明: 使用Matlab R2009b进行数字视频帧保存编程(Using Matlab R2009b programming for digital video frame preservation)
- 2010-06-27 11:43:21下载
- 积分:1
-
ram
useful code in matlab add document
- 2012-03-21 19:08:02下载
- 积分:1
-
boundExtract
本代码是基于镜头分割的关键帧提取代码,是用matlab来实现的。(The code is the code key frame extraction based on shot segmentation is achieved using matlab.)
- 2014-01-21 10:44:07下载
- 积分:1
-
Matlab
说明: 最全的通信类Matlab仿真例子集合。。。。。。。。。。。。。。(The most comprehensive set of communication class Matlab simulation example. . . . . . . . . . . . . .)
- 2021-03-09 20:19:27下载
- 积分:1