-
jixie
说明: matlab在机械实际场合的应用,文件结合实例,很丰富的(matlab mechanical application of the actual situation, the file with an example, a very rich)
- 2010-04-16 12:10:30下载
- 积分:1
-
libsvm-mat-2.91-1
说明: 台湾大学林智仁开发的libsvm的matlab最新版,可以实现分类、回归、预测的功能(Lin Zhiren Taiwan University developed the matlab libsvm latest version can be achieved classification, regression, prediction of functional)
- 2010-04-26 15:20:37下载
- 积分:1
-
pattern-classification-matlab-tool
模式分类这本书的被套的工具书,包含有各种分类的算法的MATLAB的代码实现,《Computer+Manual+in+MATLAB+to+Accompany+Pattern+Classification+2nd+Edition》(pattern recognition and useness with matlab code tools)
- 2011-07-01 11:46:44下载
- 积分:1
-
elsa_ser
stuff for the serial modem on ELSA cards
- 2013-03-22 06:22:56下载
- 积分:1
-
FDTD_3_1
Sullivan关于FTDT经典文章的MATLAB翻译,例子的源程序。(Sullivan classic article on the FTDT translation of MATLAB, examples of the source.)
- 2010-01-08 22:31:14下载
- 积分:1
-
LanderMission
这个课题设计从地球的近地轨道起飞到达谷神星预定轨道并且着陆在其表面上的一种数值方法。基于有限时间的航行纠正点火而非瞬时推力数值计算和Matlab仿真。最后可以看到空间飞行器从地球的影响球飞到谷神星的影响球的飞行轨迹。(This project explores the mathematical methods and results of designing a mission to land a spacecraft on the asteroid Ceres by beginning in an earth-centered LEO orbit and ending in an orbit prepared to land on the surface of the asteroid. Rather than assume instantaneous velocity changes, course-correcting burns of finite time are considered and analyzed using numerical methods and Matlab computation. The behavior of the spacecraft is observed inside the Earth s sphere of influence, in interplanetary space, and inside Ceres sphere of influence. )
- 2010-01-12 13:42:02下载
- 积分:1
-
spwmd
单极性脉冲调制方式,三角载波在一种极性内变化(Unipolar pulse modulation, triangular carrier changing in one polarity)
- 2019-07-10 15:39:34下载
- 积分:1
-
chuanghanshu
用matlab编程绘制各种窗函数的形状,窗函数形状的长度为21。
(Matlab programming using a variety of window function mapping the shape, the shape of the length of window function is 21.)
- 2009-02-08 11:24:24下载
- 积分: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
-
EnumerateAudioCaptureFilterCapabilities
audio card enumerate searching ok.
for multimedia developing project.
thank you
- 2014-01-08 17:50:46下载
- 积分:1