-
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
-
aIB
说明: 使用matlab实现信息瓶颈中的aIB算法源程序(Matlab implementation using information bottleneck algorithm source code in aIB)
- 2011-04-15 16:11:31下载
- 积分:1
-
excel_re
this program takes the input from any txt or doc and fills the values in the excel sheet useful for
putting the values after taking from any program out put
- 2011-11-29 17:02:05下载
- 积分:1
-
PSO
it is the matlab code of particle swarm optimization with a test function that can be change..
- 2014-01-22 00:58:46下载
- 积分:1
-
PMUplace1
基于CPLEX和yalmip的PMU优化配置(Optimal PMU placement which is based on CPLEX and yalmip)
- 2012-12-07 11:06:28下载
- 积分:1
-
zhichixiangliangjidaolun[1]
这是一本支持向量机的书籍,这本书在支持向量机书籍的中文书籍中具有一定权威。(This is a support vector machine books, this book is a book in support vector machine has a certain authority of the Chinese-language books.)
- 2010-07-28 14:49:42下载
- 积分:1
-
12345
一个学习电磁波时域有限差分法的程序 适合初学者(a code for studying finite difference time domai9n method for elctromagnetic waves )
- 2009-03-21 10:39:31下载
- 积分:1
-
recnband
用MATLAB计算多线连接的波导网络系统的频谱结构(Calculated using MATLAB waveguide multi-line network connected to the spectral structure)
- 2010-08-09 18:32:11下载
- 积分:1
-
6-864Fall-2005
This is a Matlab BPSK source for simulatation. If you neeed adaptive modulation based on power please request one from me.
- 2010-10-19 03:33:15下载
- 积分:1
-
47
说明: 利用MATLAB/ simulink对电机的自适应模糊控制(MATLAB/Simulink adaptive fuzzy control for motor)
- 2012-05-20 19:08:55下载
- 积分:1