-
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
-
Dean_PLL_2nd_loop_filter_org
Dean 的PLL Performance,Simulation and Design 这本书里2nd 滤波器PLL求解的matlab程序(Dean of the PLL Performance, Simulation and Design This book 2nd PLL filter matlab program to solve the)
- 2010-09-15 00:13:10下载
- 积分:1
-
tcm8psk
本人编写的TCM解调源程序共享,为大家研究做简单的抛砖引玉(I prepared TCM demodulation source sharing, for everyone to consider doing something simple)
- 2020-12-19 21:39:09下载
- 积分:1
-
YALMIP
convex optimization building language(YALMIP toolbpx)
- 2015-02-03 16:58:04下载
- 积分:1
-
DSPcode
数字信号处理源代码,清华大学数字信号处理研究生教材课后习题代码(Digital signal processing source code, digital signal processing, Tsinghua University graduate teaching after-school exercise code)
- 2013-12-19 10:08:58下载
- 积分:1
-
MATLAB-selfstudy
matlab的自学教程,很基础的东西,好理解(matlab self-study tutorial, very basic things, a good understanding of)
- 2013-05-24 16:12:31下载
- 积分:1
-
VFcontrol
自己搭建的模型,采用VF控制方法,用MATLAB完成(The model built by ourselves is completed by using VF control method and MATLAB.)
- 2019-05-21 10:57:34下载
- 积分:1
-
rbf_3
三种聚类方法的径向基程序,用matlab编写,希望对你有一点帮助(Radial basis of three clustering procedures, using matlab write, I hope you have a little help)
- 2010-10-09 20:42:19下载
- 积分:1
-
GAmat4
本代码包含遗传算法matlab工具箱中部分代码,与GAmat1.rar,GAmat2.rar,GAmat3.rar共同使用(This code contains the genetic algorithm matlab toolbox, part of the code, and GAmat1.rar, GAmat2.rar, GAmat3.rar common use)
- 2010-02-06 01:34:18下载
- 积分:1
-
hentai
相控阵天线的方向图(切比雪夫加权),与理论分析结果相比,小波包分析提取振动信号中的特征频率。( Phased array antenna pattern (Chebyshev weights), Compared with the results of theoretical analysis, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-09-28 17:20:08下载
- 积分:1