-
plldemo
This is an example of PLL demo
- 2010-09-07 01:45:02下载
- 积分:1
-
books-for-Pspice
PSPICS使用手册,详细介绍了PSPICE的使用方法,是一本很好的入门书籍。(examples for the use of pspice)
- 2011-11-22 11:02:21下载
- 积分:1
-
radar
主要用于计算目标前向、侧向、后向散射特征,同时完成RCS极坐标图的绘制(Used to calculate the target forward, sideways, backward scattering, and complete the drawing of the polar diagram RCS)
- 2013-11-03 15:04:41下载
- 积分: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
-
kmeansrgb
K-means algorithm for color images (3-channel). Implemented on MATLAB for segmentation.
- 2011-05-08 19:17:33下载
- 积分:1
-
BendersDecomposition
用benders分解法求解0-1整数规划问题(0-1 integer programming problem using benders decomposition method)
- 2014-08-22 16:17:25下载
- 积分:1
-
Mohammad-Shafiei_Paper
thats a graet pdf to compare dtc and vector control of pmsm
- 2014-11-21 18:34:08下载
- 积分:1
-
circlematrix
本函数用于生成自然数环形矩阵,从里到外是0>n.编写者中北大学09级学生闫**。(This function is used to generate a circular matrix of natural numbers, 0> n from the inside to out. Yan** 09 North University students is the writers has full copyright.
)
- 2012-04-06 12:41:55下载
- 积分:1
-
tpsymmetrical
simulink model of an innovative symmetrical sinusoidal pulse width modulation technique. try to verify the performance. it is for study purpose..
- 2011-09-22 23:22:41下载
- 积分:1
-
ISODATA
ISODATA聚类算法的matlab实现,测试用例使用的是身高和体重(放到.txt文件,从该文件中读取数据),根据身高体重划分为男女两类(上传文件中的sample即为测试例)(ISODATA clustering algorithm matlab implementation, test cases using height and weight (put. Txt file, read from the file data), classified according to height and weight categories for men and women (the uploaded file is the test sample cases))
- 2011-12-16 13:10:50下载
- 积分:1