-
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
-
matlab_Numerical-Analysis
数值分析, matlab在数值分析中的应用1~7(Numerical Analysis)
- 2012-08-31 13:51:17下载
- 积分:1
-
decimate
MATLAB 数字信号处理工具箱中decimate函数c语言实现(MATLAB Digital Signal Processing Toolbox decimate function c language)
- 2013-11-05 14:13:08下载
- 积分:1
-
shixie2
用matlab来模拟振荡器谐振腔失谐情况(Matlab oscillator used to simulate the situation of resonant cavity detuning)
- 2009-05-26 23:07:57下载
- 积分:1
-
dtc
异步电机直接转矩控制的simulink仿真(Induction Motor Direct Torque Control of simulink simulation)
- 2021-01-14 18:48:46下载
- 积分:1
-
ocr-project
The goal of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. Each of these steps is a field unto itself, and is described briefly here in the context of a Matlab implementation of OCR.
- 2013-09-22 04:23:12下载
- 积分:1
-
New-folder-(2)
this is the code for repetition code and ostbc code
- 2013-10-07 01:17:53下载
- 积分:1
-
adp-matlab
自适应遗传算法源程序,比较不错的。
具有很大的参考价值(adaptive genetic algorithm source code, the quite good. Great reference value)
- 2006-11-19 16:33:28下载
- 积分:1
-
colwavelift
This is matlab code to performs a single-level one-dimensional wavelet decomposition/construction based on lifting method
- 2009-09-28 23:28:13下载
- 积分:1
-
scout3
对Scout概率统计定位算法进行matlab仿真,完全可以实现。(Probability and Statistics for Scout positioning algorithm matlab simulation, can achieve.)
- 2013-08-13 15:02:09下载
- 积分:1