-
ClassificationMatLabToolbox
说明: 分类Matlab工具箱,可以帮助读者更加形象地理解和掌握MATLAB的应用,可以作为广大高校学生和工程技术人员参考(Category Matlab toolbox that can help readers better understand and grasp the image of MATLAB applications can be used as general college students and engineers reference)
- 2010-04-24 09:41:06下载
- 积分:1
-
bayes_classifier
贝叶斯分类器实现多类识别,主要用于两类的识别(BAYES_CLASSIFIER function calculates the discriminant functions for
two classes. )
- 2010-06-02 14:04:25下载
- 积分: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
-
HBM_f4M
HBM实行快速傅里叶变换,这是谐波平衡法中的一个重要的环节(Harmonic Balance Method is a very useful method in solving rotor dynamics, and fast fourier transform is an important part in it)
- 2009-05-29 13:30:08下载
- 积分:1
-
bpnetwork
说明: 用matlab编的标准BP程序,算法简单,可直接运行(BP program)
- 2011-03-07 15:36:29下载
- 积分:1
-
msknew
maylab code for msk... you can try out different modulation techniques by this concept..
- 2011-05-27 23:08:26下载
- 积分:1
-
ENG473_project2_s214437
BCH CODES SIMULATION IN MATLAB
- 2011-10-14 22:06:00下载
- 积分:1
-
find_line
检测直线,通过hough变换来检测,可以方便快捷,hough变换(hough transilation)
- 2012-07-15 19:12:58下载
- 积分:1
-
yansing
FMCW调频连续波雷达的测距测角,基于分段非线性权重值的Pso算法,模拟数据分析处理的过程。( FMCW frequency modulated continuous wave radar range and angular measurements, Based on piecewise nonlinear weight value Pso algorithm, Analog data analysis processing.)
- 2016-08-10 22:01:45下载
- 积分:1
-
IIR
IIR Filter, hope it is useful
- 2010-02-02 16:35:42下载
- 积分:1