-
rayleigh
完美仿真MATLAB瑞利信道的相位包络概率密度····(Perfect simulation of MATLAB Rayleigh channel, the phase envelope probability density)
- 2009-12-24 10:01:22下载
- 积分:1
-
fft-espit
dct与fft联合信号处理,及改进的ESPRIT算法,提高信号分析精度(dct and fft joint signal processing and improved ESPRIT algorithm to improve the accuracy of signal analysis)
- 2012-10-17 00:28:16下载
- 积分:1
-
truss
一个空间桁架的优化粒子,与OPENSEES联合应用,求解速度较快,可供参考。(Optimization particle space truss, combined with OPENSEES solved faster, for reference.)
- 2020-11-09 19:49:46下载
- 积分:1
-
SVM
说明: SVM支持向量机,利用matlab语言实现,很简单,以word的形式给出-(SVM support vector machine, using matlab language is very simple to word given in the form-)
- 2010-04-17 18:38:33下载
- 积分:1
-
panyue2
基于matlab的激光课程设计,例子,福克斯里迭代法对矩形腔激光器,圆形镜面激光器等的仿真。(laser design)
- 2012-03-21 17:05:09下载
- 积分:1
-
SER_Rayleigh_Bessel
Calculates SER in 64PSK,64QAM modulation technique and produces graphical figures for diversity order up to eight,rayleigh channel,bessel first order
- 2012-04-28 21:35:17下载
- 积分:1
-
OMB_DHC
该matlab代码实现了“综合多分支分裂式层次化聚类”
(Matlab implementation of Omnibus Multi-Branching Divisive Hierarchical Clustering (OMBDHC)
“A competitive omnibus performance criterion for divisive multi-branching
hierarchical clustering” by Soeria-Atmadja et al. (submitted). Note that OMB-DHC package
is implemented in Matlab code and therefore demands the Matlab core program, as well as the
Statistics toolbox of Matlab.
Divisive hierarchical clustering (DHC) has emerged as a promising alternative for the
identification of sub-structures in multivariate data. Of particular interest is multi-branching
DHC, which allows flexible numbers of subclusters at each hierarchical level. One poorly
explored issue in multi-branching DHC concerns the actual importance of the two
performance criteria (and their associated algorithms) to automatically create clusters and
select number of clusters, respectively. Another interesting but hitherto unexplored issue is
the possibility to employ a single omnibus performance criterion that guide)
- 2013-01-29 11:05:02下载
- 积分:1
-
convolution
说明: MIMO信道SIMO信道下信道容量与天线数目等的关系,研究MIMO的好资料(This program demonstrates the convolution procedure)
- 2011-03-29 16:02:52下载
- 积分: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
-
AFSFFORmaltab
matlab运行环境下可以运用人工鱼群算法实现对模型优化的程序(You can use the matlab runtime environment to achieve AFSA model optimization program)
- 2014-12-29 13:53:13下载
- 积分:1