-
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
-
2013102244433157
OFDM在瑞利信道下的误码率,使用matlab将OFDM在瑞利信道下进行仿真性能的效果(OFDM BER in Rayleigh channel using matlab OFDM in the Rayleigh channel simulation performance results)
- 2013-11-24 23:15:28下载
- 积分:1
-
AlgorithmCollectionsForDigitalSignalProcessingApp
Algorithm Collections For Digital SignalProcessing Applications using Matlab
- 2009-09-25 18:56:55下载
- 积分:1
-
cvsd
code for how to create of CVSD
- 2012-09-29 11:22:16下载
- 积分:1
-
depose
多模板去噪的matlab源代码,对不同模板进行比较(Multi-template denoising matlab source code, a comparison of different templates)
- 2008-01-11 15:30:34下载
- 积分:1
-
mimo-code
说明: 无线通信多输入多输出(MIMO)系统的仿真程序。包括程序解释和源代码。(wireless communications multiple-input multiple-output (MIMO) systems simulation program. The procedures and explain the source code.)
- 2006-01-01 18:47:33下载
- 积分:1
-
despread
此函数完成差分编码和解扩功能 希望对了解编码有所帮助(This function complete differential encoding and despreading function we hope to understand the code help)
- 2015-03-27 16:03:20下载
- 积分:1
-
pso
本算法为粒子群优化算法,适用于初学者,压缩包中附带了一个基本函数用于实践。(This algorithm is a particle swarm optimization algorithm, which is suitable for beginners. A basic function is attached to the compression package for practice.)
- 2020-06-25 13:20:01下载
- 积分:1
-
PID
灰色PID控制。灰色系统理论,PID控制。是灰色模型GM进行定量预测(Grey PID control. Grey system theory, a PID control. Grey model GM quantitative prediction)
- 2012-04-09 20:35:50下载
- 积分:1
-
chap6_01_VB_PID_Control
在网上找到的代码 在网上那个找到的系统辨识与自适应控制程序 大家分享(Online to find the code online that found in the system identification and adaptive control procedures to share)
- 2012-08-13 11:17:55下载
- 积分:1