-
matlab-in-signal-programing
包含很多信号处理的Matlab程序,对初学者很有帮助(Matlab program contains a lot of signal processing, useful for beginners)
- 2013-03-05 16:55:04下载
- 积分:1
-
start_and_stop_gui
gui与simulink联合仿真实例代码start_and_stop_gui(program of start_and_stop_gui,GUI,Simulink.)
- 2011-12-22 17:19:02下载
- 积分:1
-
11.steganography-by-skintone-detection
steganography by skintone detection
- 2015-03-13 16:56:31下载
- 积分:1
-
chuandi
可用于转子的动力学分析,包括固有频率的计算和振型的输出。(Can be used for rotor dynamics analysis, including the calculation of the natural frequency and vibration mode output.)
- 2013-05-18 16:04:26下载
- 积分:1
-
PV
说明: 光伏阵列最大功率跟踪系统(光伏电池模型+扰动观察法+BOOST电路)simulink仿真系统。((PV system to achieve maximum power tracking via a boosconverters, and the control method is perturbation and observation))
- 2018-04-15 17:46:35下载
- 积分:1
-
fmcwpoint
点目标线性调频连续波fmcw差频信号仿真(Point target fmcw difference frequency signal simulation)
- 2021-04-08 20:49:00下载
- 积分:1
-
ruite_LJ
计算转子各阶临界转速。考虑了陀螺力矩。用FEM法。(Calculation of the rotor of the first critical speed. Consider the gyroscopic moment. With the FEM method.)
- 2010-12-03 11:00:45下载
- 积分:1
-
shujuchuli
说明: 是关于MATLAB的数值处理程序,可以用来对测量的数据进行误差处理.(On the MATLAB numerical processing procedures can be used to measure the data processing errors.)
- 2009-09-01 11:17:16下载
- 积分:1
-
matlab2010asetup
matlab2010A,内含安装key和授权文件,安装攻略。(2010a setup and the keys)
- 2010-07-07 10:06:47下载
- 积分: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