-
FastICA
一个基于ICA的图像分离算法的MATLAB程序,包含了文章,几个源程序,和说明文档。(An ICA-based image separation algorithm MATLAB program, contains articles, a few source code, and documentation.)
- 2009-12-24 15:24:54下载
- 积分:1
-
QAM_Eb_No_SER
QAM_Eb_No-SER. This Code describer a modulation program
- 2011-05-12 17:20:47下载
- 积分:1
-
MATLAB7x
《MATLAB7x界面设计与编译技巧》这本书是matlab界面编程的宝典,内有非常丰富的例程,内容浅显易懂,非常适合初学者到高手各个阶段人士使用(The MATLAB7x interface design and build skills "this book is the bible of matlab programming interface, there are very rich routines, simple content, very suitable for beginners to master each stage who use)
- 2012-02-14 23:15:12下载
- 积分:1
-
mono_LBP
一种处理图像的新方法,monogenic,用于人脸识别,识别率不错(A new method of image processing, monogenic, for face recognition, recognition rate of well)
- 2010-11-18 19:56:52下载
- 积分:1
-
shushang
无线通信原理与应用这本书上的第153页的仿真程序,根据J.I.smith的论文编写的(J.I.smith code for rayleigh-fading-code)
- 2009-05-25 14:56:16下载
- 积分:1
-
wgn
给需要的朋友参考 主要是滤波器的设计 大家可以下下来 作为设计的基础参考(Reference to a friend in need is mainly designed to filter down we can make a basis for the design reference)
- 2010-01-13 15:18:11下载
- 积分:1
-
mimo_ppt
it is a power point presentation regarding capacity and analysis Multi input multi output system
- 2011-01-18 00:03:09下载
- 积分:1
-
matlab04w
matlab实例编程系列1,内有运行后界面图像&源代码(Matlab programming examples of a series, which is running the interface after images & source code)
- 2007-05-09 16:05:43下载
- 积分: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
-
calc_errors
残差预测源代码 ARMA建模 差分 相关系数 阶数 (arma errors )
- 2012-10-11 20:28:05下载
- 积分:1