-
viewbasedata4
读雷达基数据,格式为敏视达SA,类型为反射率因子。将其读入矩阵,并进行了插值,可以以图象显示。(Reading Radar Data)
- 2010-05-17 22:29:57下载
- 积分:1
-
Fireworks-Algorithm
烟花算法程序大全Fireworks Algorithm(Fireworks Algorithm)
- 2013-03-14 16:51:39下载
- 积分:1
-
LSMex-(2)
Least Mean Square ALgorithm
- 2011-11-28 22:45:54下载
- 积分:1
-
chapter7_1
语音信号处理教材中,如何训练码书,从这段程序中可以简单地看出(Speech signal processing textbooks, how to train codebook, can simply be seen from this program
)
- 2013-11-25 20:35:05下载
- 积分:1
-
HIGHORDERMUSIC
本代码是高阶累积量MUSIC算法的源程序。采用高阶累积量MUSIC算法进行DOA估计(This code is cumulant MUSIC algorithm of the source. Using cumulant MUSIC DOA estimation algorithm)
- 2020-12-08 16:19:19下载
- 积分:1
-
detpi
matalab程序好用便捷,关于宏观经济,有增长,有波动研究。(matalab program easy to use and convenient, on the macro economy, there is growth, there are fluctuations in research.)
- 2009-09-12 16:27:43下载
- 积分:1
-
201103141058
说明: MATLAB+程序设计与应用_刘卫国 全面系统介绍MATLAB程序设计的方法和相关领域应用(MATLAB+ program design and application of comprehensive and systematic description _ Liu Weiguo MATLAB programming and related areas of application of the method)
- 2011-03-14 11:01:39下载
- 积分:1
-
Analytic_Coarse_Alignment_methods
这是一个本人编写的一个接联惯性导航系统解析粗对准程序可观测性分析的一个程序。(This is the one I prepared received an Inertial Navigation System Analysis rough alignment procedures observability analysis of a trip sequence.)
- 2007-01-28 12:42:42下载
- 积分: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
-
PCA
PCA算法,用于估计大规模MIMO中的信道状态信息(The PCA is used to estimation MIMO channel)
- 2015-01-06 10:24:29下载
- 积分:1