-
otsu_threshold
根据大津法求二值化阈值的MATLAB实现,参考文献:Otsu, A Threshold Selection Method Gray-Level Histogram(MATLAB coding: A Threshold Selection Method Gray-Level Histogram)
- 2014-11-16 20:47:11下载
- 积分:1
-
hunlan_v15
ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块,计算互信息非常有用的一组程序,通过反复训练模板能有较高的识别率。( ofdm system simulation including 16qam modulation fft windowing modules plus cp, Mutual information is useful to calculate a set of procedures, Through repeated training MWHEWaHlate have higher recognition rate.)
- 2021-02-16 20:29:46下载
- 积分:1
-
color-trans-formation
color transformation by matlab
- 2013-07-30 21:29:15下载
- 积分: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
-
NEW-LEACH-matlab.txt
对经典协议LEACH的改进版本,可以出图3个,对初学很有帮助,大家有兴趣的可以看看。(LEACH agreement on an improved version of the classic, you can plot three, very helpful for beginners, we are interested can look at.)
- 2014-01-20 17:22:06下载
- 积分:1
-
OFDM_Rayleigh
3 MATLAB functions for simulation of OFDM signal in Rayleigh fading channel. Including models for OFDM frame generating, cyclic prefix, pramble, as well as model for Rayleigh channel, QAM modulation function and a example of test process.
- 2009-04-26 23:37:49下载
- 积分:1
-
ofdm2
无线上OFDM的调制代码,有详细的注释,方便读者自己理解。(Wireless OFDM modulation code, detailed notes, and the convenience of the reader to understand.)
- 2012-11-18 18:44:27下载
- 积分:1
-
Matrix-root-2
数值计算方法中矩阵求根算法的LU分解算法MATLAB源程序 附带注释(Matrix root)
- 2014-02-05 18:34:48下载
- 积分:1
-
adaptive
关于自适应控制,经过仿真证明可以用,而且比较准确,值得一看。(it is good
)
- 2014-02-10 18:37:21下载
- 积分:1
-
b
说明: 关于电力系统潮流计算,牛顿-拉夫逊法潮流计算程序(With regard to the trend of power system, the Newton- Raphson load flow calculation program)
- 2009-05-16 21:17:54下载
- 积分:1