-
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
-
SeismicLab
地震数字处理的一个挺好的软件包,内附有实际例子(A very good package of Seismic digital processing)
- 2021-04-15 21:38:54下载
- 积分:1
-
Jerkxuli
Jerk系统产生的混沌模拟信号,并对其进行了离散化处理 (Chaos Jerk analog signal generated by the system, and its discrete processing)
- 2015-04-01 15:53:52下载
- 积分:1
-
RBF
把RBF神经网络运用到对非线性的系统进行逼近上的仿真(The RBF neural network applied to the simulation of non-linear systems on the approximation)
- 2021-04-26 22:08:45下载
- 积分:1
-
MLP--RBF
MLP for Approximation sinc(x,y)=(sin(x)x)*(sin(y)y)
- 2014-02-11 00:31:57下载
- 积分:1
-
singlephasefullbridgeinverter
单相全桥逆变器模型,测试OK,直接运行,需要的参考(Single phase full bridge inverter model)
- 2017-06-05 16:54:01下载
- 积分:1
-
变步长扰动观察法
利用S函数实现的变步长电导增量法,需要和模型结合(The variable step length conductance increment method realized by S function needs to be combined with the model)
- 2020-12-23 15:59:06下载
- 积分:1
-
aoa_toa
AOA——toa角度估计算法仿真,基于MUSIC的(AOA-toa angle estimation algorithm simulation, based on MUSIC)
- 2018-12-10 16:45:01下载
- 积分:1
-
Example-4
In this section i will provide you some basic examples for image processing using C#
Example 1:
Get the RGB and Luminosity histograms using the default C# classes
- 2011-04-21 04:43:58下载
- 积分:1
-
SpectralClustering
基于谱聚类的新数据聚类算法,可用于一般的时间序列数据聚类及图像分割方面的应用,还包含相应的文章和算法说明。(Executes the spectral clustering algorithm defined by type on the adjacency matrix W and returns the k cluster indicator vectors as columns in C.)
- 2020-06-28 16:40:02下载
- 积分:1