-
leach
important features of leach
- 2010-07-09 22:14:13下载
- 积分:1
-
iterative-and-interpolation-method
有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。(Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.)
- 2013-12-04 15:56:11下载
- 积分:1
-
jnd
计算DWT小波变换的JND值(恰可察觉性失真),用于图像水印的实现。以及DCT的水印实现(Calculate the DWT wavelet transform value of JND (Just Noticeable Distortion) for the image watermark. As well as the watermark of the DCT)
- 2012-05-15 21:23:56下载
- 积分:1
-
space_vector_pwm_generation
永磁同步电机PMSM空间矢量控制SVPWM 仿真模型(Permanent magnet synchronous motor PMSM space vector control SVPWM simulation model)
- 2012-05-22 14:40:20下载
- 积分:1
-
shengjwangl
MATLAB神经网络多个案例分析及详细源代码(MATLAB neural network multiple case studies and detailed source code)
- 2013-05-20 21:20:27下载
- 积分:1
-
时频工具箱
本文件为时频工具箱,包含了matlab的多种时频相关函数(This document is a time-frequency toolbox that contains a variety of time-frequency correlation functions for matlab)
- 2020-12-04 16:19:23下载
- 积分:1
-
很好用的统计模式识别工具箱-stprtool
很好用的统计模式识别工具箱,用matlab编写,enjoy!(good use of statistical pattern recognition toolkit, prepared using Matlab, enjoy!)
- 2005-03-31 16:36:03下载
- 积分:1
-
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
-
DE
matlab基本差分进化算法,仅供参考,包括种群变异,交叉、选择生成下一代种群的过程(matlab basic differential evolution algorithm, for reference, including the population variation, crossover, select the process to generate the next generation of population)
- 2013-12-31 23:41:45下载
- 积分:1
-
新建文件夹
说明: 编写一个MATLAB程序,实现Broyden算法;用编写的程序解下述方程组。(1)非线性方程组;(2)丙烷在空气中燃烧的模型到处下面非线性方程组:(Write a MATLAB program to achieve Broyden algorithm; Solve the following equations with the program written. (1) nonlinear equations; (2) the model of propane combustion in air follows the nonlinear equations everywhere)
- 2019-05-02 14:34:25下载
- 积分:1