-
MATLAB
This is MATLAB code used in my Embedded Control Systems class.
- 2013-01-06 10:23:42下载
- 积分:1
-
1
说明: 自学的必备工具之一,通过编程可以练习进行各种生产单位的实践工作(Self taught one of the necessary tools)
- 2012-06-14 19:37:59下载
- 积分: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
-
test3
利用matlab实现hog特征提取与SVM分类方法 用来识别人车与背景(Using matlab nonlinear SVM classification feature extraction and HOG achieve background test vehicles)
- 2016-01-09 14:33:57下载
- 积分:1
-
DPA-for-SM4
利用MATLAB对SM4算法电路进行差分功耗分析攻击进行仿真,通过仿真可以实现对SM4加密算法的攻击。(it s the differential power analysis attack simulation for SM4 algorithm,which is realized in MATLAB language. From the simulation waves and results,the DPA for SM4 encryption algorithm is successful.)
- 2020-11-13 15:59:43下载
- 积分:1
-
LMS
数字信号处理,LMS算法实现,简单MATLAB编程(Digital signal processing, LMS algorithm, a simple MATLAB program)
- 2010-06-07 21:03:13下载
- 积分:1
-
high-gain-microstrib-antenna
high gain microstrib antenna
- 2012-12-29 00:05:31下载
- 积分:1
-
9-main-programs-in-AI
genetic algorithm in matlab
- 2015-04-19 19:50:44下载
- 积分:1
-
DE_FOPID
运用差分进化算法(DE)优化分数阶pid控制器(Use of differential evolution algorithm (DE) optimization of fractional order pid controller)
- 2014-04-25 10:08:15下载
- 积分:1
-
SIMULINK.OFDM
基于SIMULINK的OFDM的系统设计和仿真(SIMULINK of OFDM-based system design and simulation)
- 2010-08-01 09:40:41下载
- 积分:1