-
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
-
THIKAT
THIKAT algorithm descriptor
- 2012-09-06 02:33:41下载
- 积分:1
-
roboFIS
matlab code for robot command using fuzzy analysis
- 2013-10-09 21:50:25下载
- 积分:1
-
Cognitive-Radio
ofdm geration and cyclostacionary detection
- 2015-04-14 02:20:28下载
- 积分:1
-
CCHP-for-winter--days
冷热电三联供在冬季时的发电量、天然气耗量、产热量、天然气流量、出口燃气温度等参数及分析计算,经典实用。(CCHP for the winter when the power generation, natural gas consumption, heat production, natural gas flow, export gas temperature and other parameters and analysis, classic and practical.)
- 2017-04-28 16:30:18下载
- 积分:1
-
MATLAB_GA
大家好,这是一个遗传算法,是用matlab工具的。(GA matlab )
- 2009-06-07 20:59:44下载
- 积分:1
-
singlependelumSVFC
controlfor simple pendulium in simulink
- 2011-08-19 09:17:57下载
- 积分:1
-
slice_ChinaPN
matlab noaa海洋数据 分析各个海区的温度 用matlab做任意经纬度不同深度的切片 例子是东海PN断面(The various sea temperature matlab noaa ocean data analysis using matlab do any different latitude and longitude depth slices examples PN section in the East China Sea)
- 2013-02-28 20:07:35下载
- 积分:1
-
pwm
pulse width modualtion code and demosulation
- 2013-04-12 22:23:08下载
- 积分:1
-
vqsplit
This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial.
- 2011-02-03 23:01:09下载
- 积分:1