-
TB-SMA_Potential
生成TB-SMA势函数的文件,TB-SMA势函数是一种描述金属非常好的势函数(This code is generate the TB-SMA poential.and TB-SMA is very useful when U need to describe the metal)
- 2012-10-24 16:51:07下载
- 积分: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
-
audioanalyseandcompound.rar
MATLAB音频信号的分析与合成程序,希望对大家有帮助.(MATLAB Audio Signal Analysis and synthesis procedures, we hope to help.)
- 2007-04-15 09:19:13下载
- 积分:1
-
OfdmPSimulationPUsingPMatlab
co-ofdm的matlab仿真程序,包括文档代码解释和理论解释(coofdm matlab simulation program, including documentation of code interpretation and theoretical explanation)
- 2014-11-18 21:43:28下载
- 积分:1
-
fuzzypid
模糊自适应PID控制器(Simulink)
使用模糊控制器根据设定的模糊规则自适应调节PID控制器的三个参数(Fuzzy adaptive PID controller(Simulink)
use fuzzy controller to tune three parameter of the PID controller through fuzzy rule )
- 2015-03-15 10:17:44下载
- 积分:1
-
HLSLA
GPU编程
HLSL顶点渲染实例
对于刚学习HLSL的基础很重要哦!(HLSL vertex shader GPU programming examples for just learning the basis of a very important HLSL Oh!)
- 2007-10-23 19:41:13下载
- 积分:1
-
costas_PLL
实现科斯塔斯环,pll程序,仿真通过,matlab程序(pll)
- 2009-11-24 10:34:58下载
- 积分:1
-
fNewton_Raphon
一个Newton_Raphon迭代的简单代码,还有Primal Dual Interior Point的例子(A simple iterative code of Newton_Raphon method)
- 2014-10-05 10:14:17下载
- 积分:1
-
chenggong
This file is about vector control of PMSM (permanent magnet synchronous machine) Try it.
- 2014-01-14 17:22:18下载
- 积分:1
-
dbtex3
传统波束形成及MUSIC方法的AIMT应用(Conventional beamforming and MUSIC methods AIMT Application)
- 2008-04-17 17:16:44下载
- 积分:1