-
knnsearch
寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理(This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.)
- 2010-03-16 14:08:11下载
- 积分:1
-
gauss
本代码用来产生给定维数的高斯噪声序列。均值方差可以仍未给定。(The code used to generate a given dimension of the Gaussian noise sequence. Mean-variance can not yet given.)
- 2007-10-02 19:37:04下载
- 积分:1
-
Spherical_detection_algorithm
球形检测算法论文,性能接近最大似然算法,但是复杂度较低(Spherical detection algorithm paper, the performance near the maximum likelihood algorithm, but the complexity is low)
- 2010-03-15 14:58:47下载
- 积分:1
-
butterworth
说明: 截止频率在0.3Hz的巴特沃斯低通滤波器,采用二阶级联进行编程。(In the 0.3Hz cutoff frequency of Butterworth low-pass filter, used to program the second class together.)
- 2008-11-10 10:09:43下载
- 积分:1
-
the-file-of--signal-and-system
关于信号与系统的习题MATLAB编程,希望对大家有用。(some files about signal and system )
- 2013-04-24 09:11:03下载
- 积分:1
-
DBSCAN
采用matlab语言编写的,用于聚类相关方面的dbscan算法源程序,希望对大家有帮助(using the matlab language for the relevant aspects of clustering algorithm source dbscan hope that we can raise! !
)
- 2009-02-16 10:57:46下载
- 积分:1
-
OFDM
说明: 一篇关于ofdm的论文,对毕业设计等都有好处(ofdm )
- 2010-05-01 20:43:29下载
- 积分:1
-
MATLAB-GA
基于matlab的遗传算法的实现pdf论文(matlab GA)
- 2011-05-10 16:11:20下载
- 积分:1
-
matlab2
matlab code for image retrieval
- 2011-10-07 17:49:01下载
- 积分:1
-
04
说明: 应用matlab实现对统计分析中的主成分分析方法,高效实现对输入变量的降低维数,同时(Application matlab realize the principal component analysis statistical analysis, efficient implementation of reduced dimensionality of the input variables, while)
- 2014-01-07 15:31:58下载
- 积分:1