-
De_Casteljau
说明: 运用de Casteljau递归求值法编写三角形域上的n次Bezier曲面计算程序,给定 控制顶点(de Casteljau using recursive method for the preparation of the triangle domain n Bezier surface calculation procedures for determining control vertices)
- 2006-03-31 20:35:11下载
- 积分:1
-
svpwm
SVPWM仿真模块 可用在任何需要此算法的模型里(SVPWM simulation module can be used in any model of this algorithm is required)
- 2012-05-21 12:37:56下载
- 积分:1
-
svm
SVM matlab的源代码,用于建立支持向量机模型(code for svm)
- 2012-06-21 16:15:33下载
- 积分:1
-
gradient_compute
ML gradient computation
g = grad_ml(X,x,r)
g = gradient vector
X = matrix for receiver positions
x = 2D position estimate
r = TOA measurement vector
sigma2 = noise variance vector
- 2015-01-13 00:22:09下载
- 积分:1
-
PSO-tool-Box-Bhanu
c est un code vectorisé de PSO : vectorised particle swarm optimisation algorithm
- 2015-04-16 17:59:33下载
- 积分:1
-
DMRAS_ordn
不需要事先选取di的自适应算法(n阶离散时间MRAS)(Without prior selection of the adaptive algorithm di (n-order discrete-time MRAS))
- 2011-10-23 01:39:48下载
- 积分:1
-
polygeom
Code for obtaining Center of math of polygon.
enjoy it.
- 2013-11-09 01:17:05下载
- 积分:1
-
windows
MATLAB仿真各种窗函数(汉明窗、矩形窗、凯瑟窗等)的性能分析(MATLAB simulation of a variety of window function (Hamming window, rectangular window, etc.) performance)
- 2009-05-11 10:25:58下载
- 积分:1
-
UsingSimulinkandStateflowInAutomotiveApplication
书中给出了九个典型的自动化设计例子。展示了如何用The MathWorks和其他仿真工具,比如Simulink和Stateflow建模,以此来使自动化控制系统的设计更加便利。(This book includes nine examples that represent typical design tasks of an automotive engineer. It
shows how The MathWorks modeling and simulation tools, Simulink® and Stateflow,TM facilitate
the design of automotive control systems. Each example explains the principles of the physical situation,
and presents the equations that represent the system. The examples show how to proceed
from the physical equations to the Simulink block diagram. Once the Simulink model has been
completed, we run the simulation, analyze the results, and draw conclusions from the study.)
- 2009-09-11 15:37:36下载
- 积分:1
-
Signals-and-SystemsAnalysis-and-threalization-of-M
1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第七章所有程序;
2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释;
3. 程序文件的命名分为以下三种类型:
(1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应程序。
(2) 若为书中图形的实现程序,则程序文件名一律以figure开头,后面跟4位数字(前两位表示章号,后两位表示图形序号)表示的该程序所绘图形的编号。例如,figure1203.m是实现图12.3的程序,而figure0710.m则是实现图7.10的对应程序。
(3) 若为函数文件,则直接以函数名命名,例如文件sconv.m即是书中函数sconv()的对应程序。
()
- 2008-06-06 11:37:04下载
- 积分:1