-
OReilly-Using-Drupal-2008
Dynamic Website creation is easy with drupal,this book gives a nice introduction to drupal.
- 2010-09-06 18:27:05下载
- 积分:1
-
SVM
线性支撑矢量机分类器
对模式识别问题中的线性可分问题进行分类(Linear support vector machine classifier pattern recognition problems in the linear separable classification)
- 2010-05-20 20:36:23下载
- 积分:1
-
matlab_MRF_examples
基于马尔科夫随机场的图像分割matlab源码。包括ICM迭代条件模式求解最大后验概率算法。(based on the Markov random field image segmentation Matlab source. ICM conditions including iterative model for the largest posterior probability algorithm.)
- 2007-05-19 21:13:44下载
- 积分:1
-
ECHO
echo cancellation simulation by LMS
- 2015-03-27 19:01:42下载
- 积分:1
-
facedetection
用MATLAB调用opencv的人脸检测器,已打包好,无需opencv,facedetection.m为示例程序(Call opencv face detection using MATLAB, a packaged good, no opencv, facedetection.m for sample program)
- 2021-04-14 21:18:55下载
- 积分: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
-
xitongfenxi
09系分习题与解答,适合系统分析人员的学习资料和技术文档(Exercises and answers to sub-09 system is suitable for systematic analysis of the learning materials and technical documentation)
- 2010-03-05 13:24:08下载
- 积分:1
-
article--Analysis-and-Simulation-of-Five-Phase
In this paper, a dq model based on transformation
theory for five-phase induction machines is presented. A detailed
implementation of an indirect-type five-phase field-orientation
control including the hysteresis-type pulsewidth modulation
(PWM) current regulator is described. A method for continuous
and disturbance-free operation of a five-phase field-orientedcontrolled
induction motor drive with complete loss of one, two,
or even three legs of the inverter or motor phases is described.
A complete analysis and computer simulation of this control
technique is included.
- 2014-10-20 14:05:13下载
- 积分:1
-
matlabreadexcel
利用matlab读取excel格式的数据文件(Use matlab to read data from excel file format)
- 2010-08-03 10:54:28下载
- 积分:1
-
ciecle1
一个信号通过均匀圆阵的DOA估计,估计了方位角和仰角,并利用三维图形展示。(A signal through a uniform circular array DOA estimation, it is estimated that the azimuth and elevation, and the use of three-dimensional graphics display.)
- 2021-02-26 17:39:37下载
- 积分:1