-
MicroFileParse
麦克风指向性调试源码,可用于麦克风指向性测试,对声学研究有用(Debug source directional microphone, directional microphone can be used to test for acoustic research useful)
- 2008-02-19 10:13:56下载
- 积分:1
-
yiweifengzhi
一些个 人收集的小波变换的程序,仅供学习参考,没有什么重要意义(Some of my personal collection of wavelet transform procedures for reference purposes only study, nothing of great significance)
- 2009-05-22 10:12:55下载
- 积分:1
-
pid
基于二进制编码的遗传算法PID参数整定,示例(Based on the binary-coded genetic algorithm PID parameter tuning)
- 2013-10-20 10:19:47下载
- 积分:1
-
image
清华matlab图像处理大作业,其中人脸检测部分没有采用rgb而是采用hsv模型替代(Tsinghua matlab image processing large operation, which does not use face detection part rgb hsv model instead of using alternative)
- 2013-12-15 13:22:42下载
- 积分:1
-
data_region
DATA REGION is about matlab and OFDM
- 2009-03-31 20:41:23下载
- 积分:1
-
ode
微分方程解法D:matlab
mmode.rar(Differential Equation D : Matlab nmm ode.rar)
- 2006-09-06 18:55:25下载
- 积分:1
-
GS_CH_MOPSO_Grey
多目标非线性约束的粒子群算法,采用灰度理论,混沌理论,动态惩罚函数,可针对任何复杂函数进行优化,效果很好(Nonlinear constrained multi-objective particle swarm algorithm, using gray theory, chaos theory, dynamic penalty function can be optimized for any complex function, the effect is very good)
- 2021-05-13 22:30:02下载
- 积分: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
-
MIMO_OFDM
CODE MATLAB POUR MIMO
- 2015-04-18 08:36:46下载
- 积分:1
-
fengguang
风光储微电网孤岛运行控制策略研究具有实用价值(it is of
academic significance and practical value to carry out the research on the control strategy )
- 2020-09-07 14:58:11下载
- 积分:1