-
@kdtree
kd树在matlab下的实现主要包含4个子函数(The following code implements a KDTree search algorithm in MATLAB.There are 4 main functions)
- 2012-03-28 16:57:53下载
- 积分:1
-
triangulopascal
Calculate a pascal coeficients in a vector of any number and use for a simple filter.
- 2010-05-22 14:26:23下载
- 积分:1
-
the-communication-apllication
Matlab 和SystemView 在通信原理实验中的应用(the apllication of the MATLAB and SystemView in the communication experiment)
- 2013-04-18 16:41:04下载
- 积分:1
-
GAVRP
基于遗传算法的VRP程序,主要是其中几个操作,用c++编写(VRP procedures based on genetic algorithms, several of which operate mainly with the preparation of c++)
- 2010-08-12 10:28:09下载
- 积分:1
-
simulation_and_software_radio_for_mobile_communica
说明: 电子书simulation and software radio for mobile communications的程序文件,用于学习MATLAB通信仿真(electronic books and simulation software for mobile radio communications procedures document for learning communications MATLAB simulation)
- 2006-03-01 09:05:42下载
- 积分:1
-
PortableGrayMap
code to make a gray map in matlab
- 2011-05-31 23:11:22下载
- 积分:1
-
PCA
主分量分析的MATLAB程序,对于初学者比较有用,可以好好看一下(MATLAB program, the principal component analysis is useful for beginners, you can take a look at)
- 2012-08-15 09:50:33下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
QPSKRayleighchannel
QPSK调制解调技术在瑞利信道中的研究分析。(QPSK modulation and demodulation in Rayleigh Channel analysis.)
- 2010-09-01 22:20:31下载
- 积分:1
-
rls
最小二乘法原理及matlab实现的详细介绍(Least square method and matlab implementation details)
- 2010-05-09 15:42:24下载
- 积分:1