-
lr_lmmse_estimation
基于最小均方误差的方法LMMMSE,对信道参数进行估计。(MMSE-based method LMMMSE, on the estimated channel parameters.)
- 2009-06-22 22:20:27下载
- 积分:1
-
anttsp
说明: 这是蚂蚁算法求解TSP的源代码,Matlab中实现。(This is the ant algorithm for TSP source code, Matlab achieve.)
- 2006-04-04 15:17:15下载
- 积分:1
-
ParametricEquations
很多经典函数的图形演示,让你更直观的了解一些经典函数的模样。其中的函数可以直接用来参考应用(Many of the classic function of graphical presentation, make you more intuitive understanding of some of the classic function looks like. One of the functions can be directly used to refer to the application)
- 2011-12-01 19:03:24下载
- 积分:1
-
optimizeMatrix
压缩感知投影矩阵优化算法,包括格拉斯曼矩阵收缩以及近似紧框架(Compressed sensing projection matrix optimization algorithms, including Glassman matrix shrinkage and approximate tight frame)
- 2016-12-04 20:26:08下载
- 积分:1
-
quyushengzhang
又一个基于区域生长的阈值分割,Matlab环境下使用。(another region growth)
- 2010-06-08 15:56:32下载
- 积分:1
-
untitled
本人自己做的MATLAB工程文件,实现整流逆变(I own MATLAB project file, realize rectifier inverter)
- 2013-09-07 16:32:58下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
AdaptiveHistogram
This a code for adaptive Histogram equalzation
- 2014-08-31 15:17:40下载
- 积分:1
-
NewIntelligentController
一种新型的智能控制器,分为定值控制和伺服控制两种情况,通过与PID控制的比较可以发现此新型智能控制器的优点。(A new type of intelligent controllers, will be divided into control and servo control value both cases, by comparison with the PID control can be found in this new type of intelligent controller advantages.)
- 2009-04-12 19:25:38下载
- 积分:1
-
Discrete-Optimization-in-Early-Vision
This thesis describes methods for solving certain optimization problems commonly arising in computer vision by PETTER STRANDMARK
- 2013-09-19 10:12:12下载
- 积分:1