-
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
-
INVCPP5
it is .rar file which contains somne source codes..
- 2011-08-23 13:34:54下载
- 积分:1
-
huihei_v14
对于初学者具有参考意义,连续相位调制信号(CPM)产生,详细画出了时域和频域的相关图。( For beginners with a reference value, Continuous phase modulation signal (CPM) to produce, Correlation diagram shown in detail the time domain and frequency domain.)
- 2016-05-11 18:10:19下载
- 积分:1
-
Pid-Rk4
自己做的pid调节,已知输入求输出过程用的是龙格库塔发的4阶程序,对了解rk4有很大帮助(Do the PID regulation, the known input process is the output of 4 order Runge Kutta procedure development, are of great help to understand RK4)
- 2016-06-14 20:54:43下载
- 积分:1
-
matlab
电力电子技术与MATLAB仿真(21世纪高等学校规划教材)(Power electronic technology in the 21st century with MATLAB simulation (high school) plan
)
- 2010-10-27 11:51:39下载
- 积分:1
-
多极性码的编程及仿真-tang
多极性码的编程及仿真,有详细的说明文件 有仿真波形(multi-polarity of programming code and simulation, a detailed description of a simulation waveforms)
- 2005-03-26 20:29:48下载
- 积分:1
-
viteribdec
说明: 通用viterbi译码程序,通过改变不同的参数(比如回朔深度),可以进行不同的viterbi译码,(viterbi decode )
- 2009-08-05 21:35:59下载
- 积分:1
-
Preemphasis
说明: 傅里叶变换能将满足一定条件的某个函数表示成三角函数(正弦和/或余弦函数)或者它们的积分的线性组合。利用傅里叶变换可对语音信号消噪。(ourier transform to meet certain conditions can be expressed as a function of trigonometric functions (sine and/or cosine functions), or their integral linear combination. Fourier transform to denoising the speech signal.)
- 2010-04-21 17:42:29下载
- 积分:1
-
tcoding_zip
turbo coding few files part 2
- 2012-05-17 16:26:45下载
- 积分:1
-
sag
how to sag created in power system by fault
- 2013-03-17 04:13:18下载
- 积分:1