-
costas
使用costas环实现载波同步,绘制出了载波频率跟踪曲线(Achieve carrier synchronization using the costas loop, draw the curve of the carrier frequency tracking)
- 2020-10-12 22:37: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
-
Genetic Algorithms
简单的遗传算法解决优化问题的汇编代码,包括单变量无约束优化、单变量有约束优化及多变量优化问题,并配以实例进行说明(Genetic Algorithms)
- 2013-12-26 19:00:06下载
- 积分:1
-
GSC_NPP_Neu_Tabc
三电平变流器的SVPWM调制、平衡因子中点电压控制模型,运行效果好。(Three-level converter SVPWM modulation, balance factor midpoint voltage control model, good operating results.)
- 2021-04-20 10:08:50下载
- 积分:1
-
PSO
说明: 采用改进PSO对含风光发电的微电网出力进行优化(Optimizing the output of microgrid with wind power generation by using improved PSO)
- 2021-04-19 21:28:51下载
- 积分:1
-
pradeep
urat processing matlab codes for
- 2010-08-21 22:59:14下载
- 积分:1
-
piliangxianshituxiang
显示图像,利用按键切换图像,可批量查看。MATLAB环境。(Display images, use keys to switch images, available in volume view. MATLAB environment.)
- 2011-05-08 16:34:45下载
- 积分:1
-
mfcc
说明: 用于matlab语音信号分析与合成中的梅尔频率倒谱系数的问题。(It is used for the problem of Mel frequency cepstrum coefficient in matlab speech signal analysis and synthesis.)
- 2020-08-14 16:09:31下载
- 积分:1
-
matlab
优化相关的最大值与最小值极大值极小值问题(Optimization-related maximum and minimum maximum minimum problem)
- 2013-09-29 16:26:25下载
- 积分:1
-
1111111111111111111
南信大系统模拟与仿真的考试程序,其中一个题目,任课老师是袁老师哦(failed to translate)
- 2013-05-05 09:56:20下载
- 积分:1