-
飞机动态控制工具箱
一个非常好的基于MATLAB的飞机动态控制工具箱,对于从事该方面研究的读者非常有参考价值(a very good aircraft based on MATLAB Toolbox dynamic control, engaged in the study of readers very valuable reference)
- 2005-06-29 09:54:07下载
- 积分:1
-
Wind
a new circuit topology of a
phase-locked loop that can be used for synchronising a singlephase
wind turbine generator (WTG) with the low voltage utility
grid. The circuit is based on the time-delay digital tanlock loop
(TDTL) architecture and was modelled and simulated using
Simulink/MATLAB. The results presented demonstrate the
ability of the circuit not only to synchronise a WTG with the grid,
but also to re-gain synchronization following a sudden
disturbance in the grid voltage. The simulated disturbances
included a ramp and a multi-step change in the phase of the grid
voltage waveform.
- 2013-12-16 13:19:43下载
- 积分:1
-
ARMA2_SHIYAN
ARMA 时间序列建模、预测、检验和说明(ARMA MODELS IN EVIEWS AND DOCUMENTS)
- 2010-12-02 00:57:40下载
- 积分:1
-
slide2
说明: 实用化工计算机模拟
Matlab与化工数值计算-第2讲(practical computer simulation of chemical processes)
- 2010-03-22 23:59:32下载
- 积分:1
-
3dim-dipole-in-freespace
本程序描绘了偶极子天线发射的电磁波在自由空间中的传播过程,动态显示。通过在边界设置一些吸收边界参数,还可以实现pec(It describles a dipole antenna how to radition its engergy via electricmagnetic wave in free space.it expresses as a cartoon.By changing its boundary conditions,we can realize PEC.)
- 2011-10-29 11:29:32下载
- 积分:1
-
houfangjiaohui
基于matlab对后方交会进行了编程实现
(Based on matlab Resection programming to achieve)
- 2012-09-24 18:40:24下载
- 积分:1
-
objectDetect
detect object in simple and uniform background.
- 2015-02-19 18:21:01下载
- 积分:1
-
Matlab-in-image-processing-source
Matlab在图像处理中的应用源代码:源程序和素材(Matlab application in image processing source: source program and the material
)
- 2011-04-24 12:37:00下载
- 积分:1
-
Kalman_Filter
matlab 基于matlab卡波曼滤波程序(matlab matlab Kabo Man-based filtering procedures)
- 2012-06-14 21:15:33下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1