-
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
-
mmse_siso
Single input single output system
- 2014-09-11 15:13:42下载
- 积分:1
-
qipan
基于MATLAB开发环境的最简单的棋盘模型(The easiest checkerboard model-based development environment MATLAB)
- 2015-04-01 09:14:48下载
- 积分:1
-
granger_cause
Granger因果关系分析,程序可读性非常强,简洁明了。(Granger causality analysis, program readability is very strong, concise and clear.)
- 2021-04-14 21:18:55下载
- 积分:1
-
MATLAB
产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱;
采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图;
计算信号量化噪声比(SQNR);
信道误码率为10-3;
解码,并画出u律反变换后的信号时域波形及频谱。
扩展要求:
采用均匀PCM、量化级数可变、信道误码率可变。
( have a standard length of 1000 is too random signal distribution, draw time-domain waveform and frequency spectrum u = 255 using the non-uniform PCM encoding, each symbol for 8bit, drawing input- output relationship diagram calculated quantization noise signal than (SQNR) channel bit error rate of 10-3 decoder, and law to draw u the signal after the inverse transform time-domain waveform and frequency spectrum. Expansion of the requirements: uniform PCM, quantization level variable, a variable channel bit error rate.)
- 2009-07-07 01:35:25下载
- 积分:1
-
antenna-matlab-simulation-
与《通信天线建模与matlab仿真分析》配套的光盘("communications antenna matlab simulation modeling and analysis " supporting the CD-ROM
)
- 2011-02-09 22:43:03下载
- 积分:1
-
RobustAdaptiveControl
说明: 自适应控制的一些MATLAB例子,也包含模糊控制的一些例子(adaptive control of MATLAB example, fuzzy control also includes some examples)
- 2006-02-11 16:14:21下载
- 积分:1
-
skin
skin color segmentation
- 2012-04-25 22:15:39下载
- 积分:1
-
youhua
数学建模中常用的优化算法程序,经整理,有注释(Commonly used mathematical modeling optimization procedures have been collated, annotated)
- 2013-05-19 22:20:52下载
- 积分:1
-
zhucijingxiang
用逐次镜像法计算输电线路的电场强度和电势分布(Calculation of electric field intensity and potential distribution of transmission lines by successive mirror image method)
- 2017-12-11 11:40:59下载
- 积分:1