-
julei
一个简单的matlab的聚类算法程序,可以供初学者做参考资料。(A simple clustering algorithm matlab program can be used for reference for beginners to do.)
- 2009-09-24 10:23:36下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
BCHdecoding
关于BCH通道下生成标准矩阵以及编码解码过程的文章(this article is concerned to standard array generation and encoding and decoding under BCH channel.)
- 2009-06-08 14:14:44下载
- 积分:1
-
guangxue-yanshe
说明: 这是光学衍射部分的内容,,衍射部分的基本上都包括了,(This is part of the contents of the optical diffraction, the diffraction part basically includes,)
- 2011-04-17 17:13:19下载
- 积分:1
-
zhifangtu
这个代码是直方图的一个应用,可以帮助了解直方图。(This code is an application of the histogram can help to understand the histogram.)
- 2010-06-01 00:33:27下载
- 积分:1
-
yz5017
将根据50g/s流量输入时的阶跃响应数据所建立的模型,代入其它幅值的输入值,验证模型的一致性。(under 50g/s input flow of step response data the model, Other income generation amplitude of the input value, the certification model of consistency.)
- 2007-03-16 17:45:45下载
- 积分:1
-
Untitled
IDT法模态参数识别,可识别频率,阻尼比和振型系数。(The IDT Law modal parameter identification)
- 2012-11-08 10:21:05下载
- 积分:1
-
DIP-matlab
冈萨雷斯——数字图像处理第二版matlab
,非常有用的(Gonzalez- Digital Image Processing 2nd edition matlab, very useful)
- 2010-01-03 19:09:55下载
- 积分:1
-
matlab
数学建模常用算法模型介绍及matlab实现程序代码,对于数学建模非常实用(Commonly used mathematical modeling algorithm model introduction and Matlab code is very useful for mathematical modeling)
- 2012-08-12 23:10:44下载
- 积分:1
-
QPSK_Matlab
用matlab仿真来实现QPSK通信系统(Matlab simulation of QPSK)
- 2013-03-22 12:43:23下载
- 积分:1