-
Wavelab850
小波变化软件包,里面包含有比较全面的小波变换matlab函数,以及相应的一些实例,可以看看(wavelet transform)
- 2014-08-19 22:30:47下载
- 积分:1
-
Jakes_Flat
Jakes模型对衰弱信道进行仿真 在仿真时,先定义一个模型,再在主函数中调用这个模型,下面是主函数的程序(Jakes model debilitating channel simulation)
- 2013-07-23 10:07:48下载
- 积分:1
-
bayesleastrisk
matlab贝叶斯分类器,基于matlab的仿真(Bayesian classifier matlab, matlab-based simulation)
- 2009-05-27 23:20:30下载
- 积分:1
-
logistic
给出罗杰斯蒂克的分岔图的matlab程序(Rogers Mystic gives the bifurcation diagram of the matlab program)
- 2011-06-09 23:43:52下载
- 积分:1
-
GA-SVM-FS
Genetic algorithm feature selection by using SVM
- 2013-11-11 22:38:16下载
- 积分: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
-
kalman
kalman滤波程序,是一种数据融合程序,主要用以组合导航(kalman filtering process, is a data integration process, mainly for navigation)
- 2010-10-25 21:18:33下载
- 积分:1
-
序贯重要性采样
序贯重要性采样,可用于机器学习和各类滤波算法(sequential importance sampling, whitch can be used for machine learning and variants of filtering algorithms)
- 2020-07-23 15:48:44下载
- 积分:1
-
MSK
学会使用MATLAB仿真软件搭建MSK调制解调仿真电路建立MSK调制解调系统仿真模型(Learn how to use MATLAB simulation software to build the MSK modulation and demodulation simulation circuit MSK modulation and demodulation system simulation model)
- 2013-01-07 16:36:54下载
- 积分:1
-
mfdetection
它可以实现对jpg图像进行人脸检测,最后对原彩色图像中人脸的位置以方框形式显示(It can realize JPG image of face detection, finally to the original color image face position shown in box)
- 2011-10-23 13:12:15下载
- 积分:1