-
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
-
microphone_EQ
microphone eq in matlab. This program simulates the signal sounds.
- 2010-03-12 21:07:11下载
- 积分:1
-
fingerprintMATLAB3
指纹识别算法的matlab程序,用的算法是gabor滤波器(matlab program of fingerprint recognition algorithm , using the algorithm of gabor filter)
- 2010-05-06 20:56:43下载
- 积分:1
-
risecos_qpsk
qpsk的升余弦滤波,matlab编写M文件,调试成功,显示滤波图形。(the qpsk raised cosine filter, Matlab prepared M-file debugging success, showing the filter graphics.)
- 2012-04-24 21:01:42下载
- 积分:1
-
prozgui-2.0.5beta
prozgui是一款Linxu下著名的下载工具,基于fltk库。这个包是最新版本,但不含安全补丁。请到prozgui的主页查看相关的安全问题。(prozgui A Linxu is under the famous download tool, based on the FLTK. This package is the latest version, but not security patch. Prozgui invited to the Home Show related security issues.)
- 2007-01-15 00:28:15下载
- 积分:1
-
Lynch_2013a
The newest code of Dynamical systems with applications using MATLAB
- 2014-02-17 07:14:36下载
- 积分:1
-
(程序源代码)数字语音处理及MATLAB仿真_张雪英编著
数字语音处理及MATLAB仿真_张雪英编著——MATLAB代码
- 2022-05-31 10:20:09下载
- 积分:1
-
RBFmatlab
3个RBF网络的matlab源程序,有训练和测试程序(3 RBF network matlab source, there are training and testing procedures)
- 2011-05-15 13:08:30下载
- 积分:1
-
Main_1D_Haar
调用函数来计算正,逆哈尔1-D DWT的主程序(Main program for calling functions to compute forward and inverse Haar 1-D DWT)
- 2013-11-23 23:01:18下载
- 积分:1
-
PSObpPpsorbf
粒子群优化神经网络的程序大集合,这是从网站下载的各种程序,基本上包含了所有关于PSO优化神经网络所需要用到的程序及代码。(Particle swarm optimization neural network procedure for large collections, it is downloaded from the website of the various procedures, basically contains all of the PSO neural network optimization procedures are needed and the code.)
- 2011-12-14 11:38:57下载
- 积分:1