-
multipath
在matlab下实现多径信道仿真,计算误比特率(Matlab achieved in multi-path channel emulation, bit error rate calculation)
- 2007-08-22 11:07:23下载
- 积分:1
-
Adaptive
Adaptive method to find displacement of pixesls..
- 2010-08-29 18:54:06下载
- 积分:1
-
feino
信息论的实验,一个可以直接运行的程序,相信对您会有帮助(xinxiluj)
- 2010-11-22 14:47:58下载
- 积分: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
-
mfccyuyinshibie
采用不同样本进行语音特征提取,来实现不同说话人身份的识别(Different samples of voice feature extraction to achieve recognition of different identities speaker)
- 2020-12-07 20:49:21下载
- 积分:1
-
fcccccc
计算FCC结构的三维光子晶体的ALD沉积后的程序,功能强大(FCC structure calculation of three-dimensional photonic crystal of ALD deposition process , powerful)
- 2010-07-18 18:15:40下载
- 积分:1
-
14.6-7
说明: 《MATLAB时频分析技术》例题matlab编程实现第十四章14.6-14.7(err)
- 2008-09-23 15:34:40下载
- 积分:1
-
allweight
说明: 一个很有用的函数,功能是产生规定字长以及规定汉明重量的码字,常用于channel coding开发(A useful function, function is to have the provisions of word length and weight of the provisions of Hamming code word, commonly used in the development of channel coding)
- 2008-12-03 06:04:40下载
- 积分:1
-
MATLAB
文献关于matlab遗传算法的应用,matlab遗传算法工具箱,实数编码(Literature on the application of genetic algorithm matlab, matlab genetic algorithm toolbox, real-coded)
- 2011-06-29 10:19:38下载
- 积分:1
-
CR-genetic
CR GENETIC ALGORITHM
- 2014-08-28 16:56:22下载
- 积分:1