-
No1
说明: 人脸识别,用于人脸图片的检测领域,对于初学则有一定意义,作者来自麦吉尔大学(Face Recognition for Human Face Detection picture field, the beginner will have a certain sense, the writer from McGill University)
- 2008-09-17 15:43:39下载
- 积分:1
-
Distribution-network-reconfiguration
这是应用于配电网重构的改进二进制粒子群算法,能够取得比较理想的效果(Distribution network reconfiguration
)
- 2021-03-05 15:39:32下载
- 积分: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
-
RBF_Iris_TOOLBox
it s RBF neural network by using tool box matlab
- 2014-01-24 15:40:17下载
- 积分:1
-
zernike
演示zeinike多项式拟合的源程序,开发环境为matlabR2006b(Polynomial fitting zeinike demo source, development environment for matlabR2006b)
- 2007-08-30 16:17:34下载
- 积分:1
-
henhaodeshenjingwangluo
这是中国数学建模中编程交流上神经网络内容,里面提供了很多神经网络的例子(This is the mathematical modeling of neural networks on the content of the exchange program, which provides many examples of neural network)
- 2010-11-20 19:45:52下载
- 积分:1
-
deltasuanzi
detal算子的趋势展示图形
matlab(detal operator trend presentation graphics matlab)
- 2015-03-22 11:03:11下载
- 积分:1
-
x3
说明: communication papers about mimo
- 2014-01-30 13:42:56下载
- 积分:1
-
allpass
全通滤波器的相位补偿全通滤波器的相位补偿
全通滤波器的相位补偿(All-pass filter phase compensation of the all-pass filter phase compensation of the all-pass filter phase compensation)
- 2011-07-19 21:27:05下载
- 积分:1
-
LMS
利用LMS算法来进行盲信号分离处理的程序(Using the LMS algorithm for blind signal separation processing procedures)
- 2013-10-28 16:20:04下载
- 积分:1