-
lpcPbyPmatlab
运行可实现的lpc matlab编码源代码
(Operation can realize the LPC matlab source code)
- 2013-01-09 09:52:39下载
- 积分:1
-
wind_mppt
一个风力发电系统的最大功率跟踪matlab仿真(The maximum power tracking of a wind power generation system)
- 2017-09-05 11:20:42下载
- 积分:1
-
matlabsimulink
matlab建模与仿真 比较经典的一本书(Comparison of modeling and simulation matlab classic book)
- 2010-05-23 13:51:14下载
- 积分:1
-
natal
this code is very helpfulful in understanding the basic sterps to create panorama
- 2013-01-22 13:11:21下载
- 积分:1
-
LMSyz
自适应滤波算法的LMS算法的仿真验证程序是在FM信号上提取完成的(LMS adaptive filtering algorithm of the simulation algorithm the verification process is complete extraction of FM signal on the)
- 2009-05-12 10:31:21下载
- 积分:1
-
matlab-suoshuwenzifenge
该算法用matlab实现对索书号文字图像分割。经典的程序。(the algorithm used to achieve Call Matlab language image segmentation. Classical procedures.)
- 2007-05-20 14:30:42下载
- 积分:1
-
COMP
用matlab编的联合处理的程序,是使用和不使用的比较(Joint processing using matlab program, and does not use a comparison)
- 2021-05-10 00:28:34下载
- 积分: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
-
mart-Microgrid-PSO
pso基础代码,微电网基础功能实现,简单的微网收益最大(PSO basic code,The basic functions of microgrid are realized. Simple microgrid benefits the most.)
- 2018-12-20 10:49:10下载
- 积分:1
-
lujingshibie12
采用彩色图像进行路径的识别,它是实现自动驾驶的关键技术(The use of color images to identify the path, it is the realization of the key technologies autopilot)
- 2007-12-15 00:27:43下载
- 积分:1