-
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
-
fcm-matlab
matlab开发的FCM(模糊c-均值聚类算法)例程(matlab,cluster,fuzzy c-means,FCM,code)
- 2012-05-21 21:27:58下载
- 积分:1
-
S1
说明: ieksu saze 3faze in simpower system
- 2013-08-21 15:53:14下载
- 积分:1
-
NBPSO
binary PSO islanding in distribution system
- 2013-04-23 00:25:24下载
- 积分:1
-
rd_synthesis
通过频域合成和复图像合成,实现一维信号的带宽合成,从而提高回波信号距离向的分辨率。(Through the frequency domain synthesis and complex image synthesis, realize a d signal bandwidth synthesis, so as to improve the echo signal to the resolution of the distance.
)
- 2011-12-28 19:44:41下载
- 积分:1
-
turing
Emulates a Turing Machine
- 2009-04-09 19:42:34下载
- 积分:1
-
bit_interleaving
说明: UWB_信道交织,包括符号交织,音频交织和循环移位(Channel UWB_ intertwined, including symbols intertwined, audio intertwined and cyclic shift)
- 2008-08-31 13:43:55下载
- 积分:1
-
a_lsf
已知语音文件求出其LPC系数后,调用a_lsf_conversion.m函数求其对应的LSF(Known find their voice files LPC coefficients, call a_lsf_conversion.m corresponding LSF function evaluation)
- 2014-02-21 13:18:46下载
- 积分:1
-
EKF
说明: 本程序为论文 衰减记忆扩展卡尔曼滤波在目标跟踪中的应用 的复现,可完美运行。(This program is a recurrence of the application of the attenuated memory extended Kalman filter in target tracking, which can run perfectly.)
- 2019-11-18 16:19:10下载
- 积分:1
-
IIR
说明: 基于matlab的IIR滤波器的设计代码(Based on the IIR filter design matlab code)
- 2010-04-02 10:37:11下载
- 积分:1