-
epsk
epsk调制,用MATLAB实现EPSK调制。(epsk modulation, modulation EPSK use MATLAB to achieve.)
- 2009-04-28 19:32:31下载
- 积分:1
-
MATLAB-autocontrol
matlab的自动控制原理的应用 很全面的资料 值得一看(matlab application of principles of automatic control is very comprehensive information worth a visit)
- 2011-05-03 11:16:31下载
- 积分:1
-
stockwell-st
S变换是一种时频分析方法,用于分析非平稳信号。(use S transform to process signal)
- 2012-04-01 22:48:19下载
- 积分: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
-
MIMOchannel-matlab
mimo信道模型、信道容量、编码等多方面的MATLAB仿真。是个不错的学习mimo仿真的资料。(mimo channel model, channel capacity, coding, and many other MATLAB simulation. Study are a good simulation mimo information.)
- 2009-04-06 22:25:52下载
- 积分:1
-
Avitoframe
视频转换程序matlab中编写视频转换程序matlab中编写视频转换程序matlab中编写视频转换程序matlab中编写(Video conversion program matlab video conversion program matlab write write write video conversion program matlab video conversion program matlab write)
- 2010-03-08 20:24:23下载
- 积分:1
-
PCA-KPCA
PCA仿真程序,主要是讲pca的算法,很明了(failed to translate)
- 2012-04-11 09:49:39下载
- 积分:1
-
Cooperative_MIMO_AFDF
Cooperative MIMO matlab file to simulate Cooperative MIMO relaying system
- 2010-10-11 13:55:00下载
- 积分:1
-
grey
说明: 灰色关联聚类,根据数据的逼近程度来分类
(grey is used to coculte the cluster)
- 2010-04-21 14:20:10下载
- 积分:1
-
LDA_classification_algorithm
LDA分类器算法matlab实现,简单易用(LDA classifier based on MATLAB)
- 2013-11-23 17:16:20下载
- 积分:1