-
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
-
Matlab
Matlab数字信号处理与应用源代码,这是一本书上的关于matlab的源代码,对于学习小波变换的初学者可以参考一下啊。(Application of digital signal processing and Matlab source code, this is a book on matlab source code for beginners to learn on wavelet transform for reference ah.)
- 2010-05-12 11:49:53下载
- 积分:1
-
AA
说明: 一篇很好的matlab的PDEtool工具箱使用文献.感兴趣的可以看看.(A good use of matlab toolbox of PDEtool literature. Interested can look at.)
- 2014-10-14 21:30:34下载
- 积分:1
-
PracticalRfSystemDesign
本书介绍射频微波系统设计,也包括其他阻抗匹配、天线等高频技术。(This book is about systems that operate at radio frequencies (RF) (including microwaves) where high-frequency techniques, such as impedance matching, are
important.)
- 2009-06-23 20:06:02下载
- 积分:1
-
C-C-Method
该程序用于求解时间延迟t和嵌入维数m,该方法不同于自相关函数法和gp法,可以同时求解出两个量t和m的值,非常方面,在求解lyapunov指数时经常用到该方法(The procedure used to solve the time delay t and the embedding dimension m, the method is different from the self-correlation function gp method can solve the two quantities t and the value of m, the very aspect, often used to solve the lyapunov exponentthe method
)
- 2012-03-20 20:10:43下载
- 积分:1
-
KerSmooth_NW
Kernel regression using kernel functions
- 2011-10-28 07:58:38下载
- 积分:1
-
svm1
一个有关支持向量机的matlab工具箱,内含支持向量机理论的简单介绍和matlab工具包(One on support vector machine matlab toolbox, including support vector machines and a brief description of the theory matlab toolkit)
- 2013-09-11 10:12:32下载
- 积分:1
-
Optimizationproblem
matlab最优化问题整理,对matlab常用的一些最优化函数做了介绍(matlab optimization problem finishing, some of the most commonly used on the matlab optimization function, made an introductory)
- 2010-02-27 11:17:47下载
- 积分:1
-
GM(1-1)
说明: 著名的灰色预测模型,用于人口、经济、资源等的发展预测( Famous gray prediction model for population, economy, resources, development of forecast )
- 2011-03-10 13:54:44下载
- 积分:1
-
DSB-AMmodulation
本程序描述的是如何用MATLAB语言编写DSB-AM调制的程序(DSB-AMmodulation)
- 2009-12-21 22:08:32下载
- 积分:1