-
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
-
frequency-hopping
基于matlab 搭建的跳频系统的源代码。(Frequency hopping systems built based on matlab source code.)
- 2012-05-12 10:06:13下载
- 积分:1
-
sqrs
用于心电数据QRS波形的检测,参考最近的最权威的论文,改进了算法的精度和计算时间(a program to detect the QRS wave of ECG data refer to new thesis)
- 2015-03-15 16:25:20下载
- 积分:1
-
code
多天线通信系统(MIMO)仿真,包括卷积码,循环冗余校验,高斯信道,最大似然译码。(Multi-antenna communication system (MIMO) emulation, comprising convolutional codes, cyclic redundancy check, a Gaussian channel, the maximum likelihood decoding.)
- 2015-03-28 18:05:04下载
- 积分:1
-
matlabcode
自学Matlab必备的个小程序代码,里面有十个,需要的下载(Small program code, which must self-Matlab ten, you need to download)
- 2012-11-30 19:05:02下载
- 积分:1
-
func_ant_colony_image_edge_detection
THIS IS ABOUT MATLAB IMAGE BINARIZATION
- 2010-10-21 01:32:26下载
- 积分:1
-
SIEGMATAB_mir
Simulation of self excited machine with matlab software , user friendly mmmmmm nnnnn oooo ppppp
- 2014-08-15 00:07:39下载
- 积分:1
-
wanshu
说明: 一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程
找出1000以内的所有完数。
(If a number is just equal to the sum of its factors, this number is called " End of a few." For example 6 = 1+2+3. Programmatically find all finished within a number of 1000.)
- 2011-03-30 13:03:48下载
- 积分:1
-
mv
说明: machine vision 工具箱,一直都在用,做机器视觉参考(machine vision toolkit has been used, so machine vision reference)
- 2007-04-19 17:07:19下载
- 积分:1
-
image
彩色活动轮廓模型,活动轮廓模型,图像分割,活动轮廓模型(Color active contour model, active contour model, image segmentation, active contour model)
- 2009-03-19 19:52:02下载
- 积分:1