-
Mag_susp_system
MAGNETIC SUSPENSION USING MATLAB
- 2015-02-08 13:13:28下载
- 积分:1
-
matlabFilter
matlab高斯滤波、中值滤波、均值滤波.rar(Three mathod of matlab filtration)
- 2009-09-09 21:33:20下载
- 积分:1
-
Chapter1
转载 现代通信系统使用MATLAB(刘树堂,内有代码)1(Reproduced in modern communication systems use MATLAB (LIU Shu-tang, which has the code) 1)
- 2009-03-24 10:51:19下载
- 积分:1
-
ESPRIT-MATLAB
esprit算法,基于均匀线阵的阵列信号处理波达方向的matlab程序。(this is a malab about esprit.)
- 2012-04-24 11:09:17下载
- 积分: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
-
one
上传一个将正弦函数通过Delta-Sigma调节器转换成正负一的脉冲信号。并分别激励同一系统,得到良好的一致输出(Upload a sinusoidal function by Delta-Sigma modulator converts a signal of positive and negative pulse. And separately driven in the same system, to obtain a good coincidence output)
- 2013-12-27 16:40:07下载
- 积分:1
-
test
LEVEL SET算法,写得很清楚,好用。
(Level Set Evolution Without Re-initialization: A New Variational Formulation)
- 2012-05-05 19:28:42下载
- 积分:1
-
PID-matlab
《先进PID控制MATLAB仿真第3版》所有章节程序代码 (The advanced PID control and MATLAB simulation 3 All chapters program code)
- 2013-08-27 20:26:03下载
- 积分:1
-
Matlab-Mach-3-blow-a-cylinder
3马赫气流吹拂圆柱体,二维非结构化网格,网格自适应优化,Matlab代码,无粘(Mach 3 airflow blowing cylinder, two-dimensional unstructured grids, adaptive mesh optimization, Matlab code, inviscid)
- 2013-11-15 23:49:30下载
- 积分:1
-
use-of-MATLAB-in--wind-turbine
lson叶片优化设计方法为基础,给出风力发电机叶片优化设计的数学模型。以MATLAB高级语言为工具开发了设计计算和性能计算的程序,给出了程序框图。将所开发程序应用于机械工程,获得了良好(the lson leaves optimal design method, based on mathematical model to optimize the design of wind turbine blades is given. MATLAB high-level language development tools Design calculations and performance calculation procedures, given the block diagram. The development process used in mechanical engineering to get a good)
- 2013-04-21 14:03:46下载
- 积分:1