-
Matlab_
MATLAB在通信调制解调中的应用 (MATLAB in the communication modem application)
- 2009-10-12 23:06:46下载
- 积分:1
-
Image_enhancement
说明: 图像空域变换增强技术实践,附带matlab code(Image enhancement technology transform the practice of airspace,Matlab code attached)
- 2009-08-15 10:48:10下载
- 积分:1
-
maxmatch
解决最大匹配问题的程序,经过调试,运行正常,并附上测试程序(Maximum matching problem solving process, after commissioning, operating normally, along with test procedures)
- 2013-07-15 21:44:06下载
- 积分:1
-
DC-motor-braking
一些直流电动机的制动matlab例子,很经典实用(DC motor braking matlab example, it is classic and practical)
- 2012-05-13 09:29:00下载
- 积分:1
-
Optical--systems-
利用 OptiSystem 设计光通信系统,有很多有关光子学仿真实验的详细介绍,对于通信学习有比较好的借鉴。(OptiSystem design optical communication systems use, there are many details about photonics simulation experiments, learning to communicate better reference.)
- 2015-03-28 10:42:17下载
- 积分:1
-
02
说明: 《MATLAB 7.0从入门到精通》一书的配套程序——第3章的程序。()
- 2012-07-08 18:23:31下载
- 积分: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
-
cmdcompare
CMA WITH N EQUAL TO 8,4,20
- 2014-02-08 18:11:51下载
- 积分:1
-
tiaozhi3
有关于QPSK调制解调的matlab仿真程序,具体到每一步的注释(use matlab、QPSK、simulink to make it sucess)
- 2015-01-29 11:09:28下载
- 积分:1
-
内点法
内点法中加入线性罚函数的规划计算潮流问题(Point method to calculate the trend of the problem)
- 2018-01-06 13:17:41下载
- 积分:1