-
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
-
som
自组织映射网络的构建案例,模拟均匀分布和高斯分布(the nuron network of som)
- 2010-01-14 13:18:43下载
- 积分:1
-
Super-resolution-Reconstruction
说明: 关于主要的图像超分辨率重建和复原算法,配准,实例,正则化(Super-resolution images on the major reconstruction and restoration algorithm, registration, case, regularization)
- 2011-03-23 10:43:17下载
- 积分:1
-
ALQE
用于产生解析信号,产生一个信号的同相和正交分量以及包络和相位(used to produce analytical signal, a signal generated in the same phase and quadrature components and the envelope and phase)
- 2020-07-29 15:58:39下载
- 积分:1
-
APFC
APFC电路,利用市电220V,将Boost电路的功率因数提高,仿真了电流电压波形(APFC circuit)
- 2013-08-23 15:18:01下载
- 积分:1
-
eyemap
通信系统调制的眼图,这个程序像数字滤波器一样展示了眼图,在查看噪声信号时有用(eyemapeyemap(SigVector,WindowLength,Xresolution,Yresolution)
)
- 2010-07-07 15:03:21下载
- 积分:1
-
P97_ODE_AdamBashforth_Predictor_Corrector
Adam bash forth predictor and corrector method.
- 2014-10-15 17:54:19下载
- 积分:1
-
MUSIC(-60_30)
MUSIC算法,信号源相关,信号源相关的,两个信号源(MUSIC,)
- 2010-12-13 10:54:14下载
- 积分:1
-
compression
Image Compression
A collection of simple routines for image compression using different techniques.
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function conv2fft performs a 2D FFT-based convolution.
Type help conv2fft on MATLAB command window for more informations.
- 2015-01-14 22:49:52下载
- 积分:1
-
3weishange222
本程序利用matlab实现3维栅格地图建模,调试成功,有兴趣的可以下载(This procedure using matlab to achieve a three-dimensional grid map modeling, debugging success, interested can download)
- 2013-04-12 18:58:18下载
- 积分:1