-
matlab_downsample
code based on downsampling
- 2009-10-04 02:24:15下载
- 积分:1
-
fitnessendold
这个函数的功能主要是用来求样本点到蕨类中心的距离(find the distencebetween the sample and cluster)
- 2011-11-20 15:14:09下载
- 积分: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
-
MTDC_VSC_HVDC_droop_5_5_sfun
The principal characteristic of VSC-HVDC transmission is its ability to independently control the reactive and real power flow at each of the AC systems to which it is connected, at the Point of Common Coupling (PCC). In contrast to line-commutated HVDC transmission, the polarity of the DC link voltage remains the same with the DC current being reversed to change the direction of power flow.
- 2021-04-24 13:38:47下载
- 积分:1
-
SIMPLE-suanfa
Simple迭代算法模型,可作为模块直接用于需要利用simple迭代的计算(Simple iterative algorithm model, or as a module for the need to use a simple iterative calculation)
- 2012-04-07 01:48:18下载
- 积分:1
-
communication-arduino-c
Communicate with a seriel port, specially with an arduino
- 2014-01-29 15:42:23下载
- 积分:1
-
music
music自适应算法估计来波方向matlab 代码实现(music DOA estimation adaptive algorithm matlab code)
- 2014-01-03 13:12:34下载
- 积分:1
-
MLP--RBF
MLP for Approximation sinc(x,y)=(sin(x)x)*(sin(y)y)
- 2014-02-11 00:31:57下载
- 积分:1
-
ADRC
说明: 大部分ADRC元素,simulink仿真复现,可替换参数。(Most of the ADRC simulation modules are simulated in the simulink environment and can be replaced and reproducible.)
- 2019-11-13 11:47:49下载
- 积分:1
-
PID
adptvie alogirthm code ...matlab based..can be used in conjunction with other techniques
- 2014-11-24 13:05:37下载
- 积分:1