-
47651494PSK
改文件描述了2DPSK的一些基本原理及其实现方法,主要在MATLAB环境实现(the description of 2DPSK)
- 2009-07-07 17:47:04下载
- 积分:1
-
svm3
使用支持向量机进行非线性回归,得到非线性函数y=f(x1,x2,…,xn)的支持向量解析式,求解二次规划时调用了优化工具箱的quadprog函数。本函数在程序入口处对数据进行了[-1,1]的归一化处理,所以计算得到的回归解析式的系数是针对归一化数据的,仿真测(Using support vector machines non-linear regression)
- 2011-12-09 10:27:21下载
- 积分:1
-
CSP-matlab-4-23
The files are contained all knowledge!
- 2013-05-04 22:15:51下载
- 积分:1
-
IA_LD
IA_LD是用免疫优化算法(immune algorithm)解决物流配送中心选址(Logistics and Distribution)的问题。文件打开后运行IA_LD.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(IA_LD is immune optimization algorithm (immune algorithm) to solve the logistics distribution center location (Logistics and Distribution) problem. Run IA_LD.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:25:55下载
- 积分:1
-
rtw
RTW方面的文献,对vc和matlab混合编程有很好的借鉴意义(RTW literature)
- 2010-10-10 10:41:29下载
- 积分: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
-
MatlabforSignalProcessing
我认为很不错的信号处理相关的matlab的源代码(In my opinion a very good signal processing related to the source code matlab)
- 2009-03-14 22:34:01下载
- 积分:1
-
Kalman
Kalman滤波处理运动小球圆心位置,实时测量小球的速度、加速度(Kalman filtering processing ball movement right position
)
- 2012-01-02 14:54:30下载
- 积分:1
-
the-map-recovery
可以利用matlab简单的程序对目标图行进行复原(Simple matlab program to recover the goal graph line)
- 2012-11-15 21:54:41下载
- 积分:1
-
Sequence
a seq algorithm, comparing string, string and sequence alignment
- 2010-06-11 17:15:33下载
- 积分:1