-
Binary_convolutional_codes
能够测试不同码率(1/2,1/3)的卷积码在awgn信道下的性能(To test different bit-rate (1/2, 1/3) convolutional codes in awgn performance under channel)
- 2009-04-30 15:37:15下载
- 积分: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
-
1
说明: LMS算法误差权矢量曲线盲多户检测中的应用(LMS algorithm weight vector error curve Blind detection of multi-family)
- 2009-11-15 16:49:30下载
- 积分:1
-
LQG_2
IMPLEMENTATION OF LQG CONTROLLER
- 2014-01-26 13:24:39下载
- 积分:1
-
matrix_add
说明: matlab中add函数的C++实现,即矩阵加法的实现,包含条件判断(matlab add functions in C++ implementation, the realization of the matrix addition, including conditional)
- 2011-03-14 19:40:44下载
- 积分:1
-
surfer8
Surfer是地学中常用的一个软件,可以完成等值线图,立体图,流向图等的汇制。其自带的类VBA的开发语言,可以进行二次开发。附件是一些源程序。其中的Jackknifes可以用来对比不同的内差方法,从而得出最优化的内差方法。
(Surfer is the study of a commonly used software, complete contour map, a three-dimensional map, map the flow of the system. Its built-in categories VBA programming languages that can be re-developed. Annex some source. Jackknifes which can be used for comparison within the poor, so as to come up with the most optimal way worse.)
- 2007-07-03 00:30:05下载
- 积分:1
-
shri
Matlab Code for P-V Diagram for Gas Turbine Cycle :
1.LP Compression 2.Const. pressure Cooling
3.HP Compression 4.Const. Pressure Heat addition 5.Turbine Expansion
- 2014-09-26 06:55:09下载
- 积分:1
-
AML
Passive location algorithm of AML, partial implementation
- 2015-01-27 10:46:31下载
- 积分:1
-
智能微电网粒子群优化算法
智能微电网粒子群算法进行优化调度,减少成本(Optimal Dispatching of Microgrid)
- 2020-06-30 05:20:02下载
- 积分:1
-
EMFieldLoopDemo
电磁场分析。不错的。直流的导线、做的比较好的(Electromagnetic field analysis. Good. DC wire,,,)
- 2010-11-23 10:07:40下载
- 积分:1