-
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
-
nppdbf2txt
matlab 批量读DBF文件,非常好用,需要下载一个dbfread函数文件(matlab batch read DBF files, very easy to use, need to download a dbfread function file)
- 2012-08-03 11:59:48下载
- 积分:1
-
Hamm74_viterbi
Hamming 7,4 Viterbi Encoding and Decoding Algorithm step by step procedure explained
- 2013-09-21 19:29:47下载
- 积分:1
-
SysIdentifyHomework
此程序是针对二元精馏塔建模,控制回流比以及进料流量来影响上层轻组分产品的浓度。分别用机理建模和最小二乘建模的方法,对精馏塔对象进行建模并比较两种模型之间的差别及分析原因。黄老师的系统辨识大作业。(This program is for two yuan distillation modeling, concentration control of reflux ratio, the feed flow rate to influence the upper light component products. Respectively by mechanism modeling method and the least square modeling, modeling of objects and the difference and reason analysis of distillation column comparison between two models. Large operating system identification of yellow teacher.)
- 2014-12-20 10:22:38下载
- 积分:1
-
Matlab
C-C算法的Matlab程序(3000 数据耗时2分钟)混沌与分形(MATLAB)
- 2009-03-06 18:07:07下载
- 积分:1
-
ypso
说明: 粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解.(Particle swarm optimization algorithm based on the idea that groups of individuals through collaboration and information sharing to find the optimal solution.)
- 2008-09-27 17:22:18下载
- 积分:1
-
su
说明: i am upload the matlab programme
- 2009-09-03 12:42:19下载
- 积分:1
-
MM1
解决M/M/1排队论问题,服务时间服从指数分布,队列为泊松流。系统输出为每个个体的到达时间,离开时间,等待时间,逗留时间(M/M/1 queuing theory to solve the problem, the service time is exponentially distributed, the queue is Poisson. System output for each individual arrival time, departure time, waiting time, length of stay)
- 2013-12-29 16:06:32下载
- 积分:1
-
Rayleigh-fudu
基于MATLAB的移动通信信道建模与仿真(Mobile communication channel modeling and simulation based on MATLAB)
- 2014-09-19 16:22:03下载
- 积分:1
-
zunewton
阻尼牛顿法求解minf(x)=(1-x1)^2+2*(x2-x1^2)^2初始点x=(0,0)精度为0.01。可运行出结果,程序清晰,算法明确。(Damped Newton method for solving min f (x) = (1-x1) ^ 2+2* (x2-x1 ^ 2) ^ 2 the initial point x = (0,0) accuracy of 0.01.It Can run out the results 。 the program is clear, algorithm is explicit. )
- 2012-02-15 14:36:02下载
- 积分:1