-
cloud-analyze
基于云模型的评价应用研究,内容详实,有利于建模(Evaluation of applied research based on cloud model, informative, beneficial modeling)
- 2013-12-29 22:01:23下载
- 积分:1
-
channel_modulationANDdetect
channel modulation and detection
- 2010-11-08 06:21:53下载
- 积分:1
-
XSCCC
FOR HELP AND DOCUMENT FOR POWER And doctor
- 2015-03-06 20:27:38下载
- 积分:1
-
MATLAB_arithmetic
matlab的經典算法的程序资料,各种算法哦.(classic algorithm matlab program information, a variety of algorithms Oh.)
- 2008-01-21 09:24:10下载
- 积分:1
-
ocica97-p
这是一篇ica盲源分离方法的技术文章
Overcomplete 的方法来解决(Blind Source Separation of More Sources Than Mixtures Using Overcomplete Representations)
- 2009-04-11 16:33:09下载
- 积分: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
-
SuperResalution-elle-thesis
图像超分辨率算法的研究,介绍了ML、MAP等超分辨率算法的核心思想,GMRF先验选择等,对学习图像超分辨率重建很有帮助(Image super-resolution algorithm, the core idea of the ML, MAP super-resolution algorithm GMRF prior selection, useful for learning image super-resolution reconstruction)
- 2013-04-17 14:10:04下载
- 积分:1
-
OrderForm
顺序表(即向量类),包含创建,插入,删除,查找等功能。(The order of the table (ie vector class), including creation, insert, delete, search and other functions.)
- 2009-12-05 20:34:09下载
- 积分:1
-
combat-network-model
该程序实现了一个军事网络演化模型的生成以及计算网络的拓扑参数(The program implements a military network evolution model generation and calculating network topology parameters)
- 2013-09-22 08:29:21下载
- 积分:1
-
GPS-signal
利用Matlab生成C/A码的基带/中频信号和P码的基带/中频信号,也就是生成一个完整调制在的L1载波上的信号。
(Using Matlab to generate the C/A code baseband/IF signal and the P code baseband/IF signal, is to generate a complete modulation of the signal in the L1 carrier.)
- 2012-08-16 12:59:13下载
- 积分:1