-
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
-
MCBPSK_Matlab
多载波的采用二进制移相键控BPSK调制的性能matlab仿真(none)
- 2009-11-04 14:26:03下载
- 积分:1
-
const_ldpccc_mat
Low density parity check matrix(Description
A program written for generating LDPC matrix in the as pattern as discussed in the research paper , " Time varying periodic convolutional codes with low density parity check
matrix" by Alberto jiménez Felströ m and Kamil Sh. zigangirov IEEE Transaction on information theory vol 45 no 6 sept 1999. pages 2181-2191)
- 2009-05-28 15:52:38下载
- 积分:1
-
MATLAB
说明: 3G网络WCDMA,基于matlab的仿真应用,以及CDMA通信系统的仿真(3G networks WCDMA, matlab-based simulation applications and simulation of CDMA communication systems)
- 2010-04-22 00:05:03下载
- 积分:1
-
Wigner-hough
Wigner-hough变换源程序,对LFM信号的时频分析,仿真程序(Wigner-hough)
- 2010-05-26 10:04:41下载
- 积分:1
-
main
牧场管理代码 应用于姜启源的数学建模(第三版)课后大作业(The Answer of the Assignment in the Book
<MathModel>(Author:Jiang Qiyuan))
- 2012-05-17 17:35:45下载
- 积分:1
-
GUI
一个简单的GUI源码,生成一个简单的GUI界面。(Origin code of an simple GUI,which can generate a simple interface of GUI)
- 2013-03-25 18:41:59下载
- 积分:1
-
MATLABsuanfa
matlab算法大全,包含多种算法以及模型,附程序源码,可供初学者良好的掌握matlab。数学建模必备。(Matlab algorithm Guinness, contains a variety of algorithms and models, attached to program source code, for beginners good grasp Matlab. Mathematical modeling is essential.)
- 2013-05-21 11:08:57下载
- 积分:1
-
New-Folder
Speech recognition matlab code
- 2009-11-23 03:43:37下载
- 积分:1
-
tichu
提出异常值,提出异常值,提出异常值,提出异常值,提出异常值,(,Proposed outlier,Proposed outlier,Proposed outlier,Proposed outlier,Proposed outlier)
- 2014-08-25 14:38:08下载
- 积分:1