-
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
-
amd
matlab程序语言,三自由度模型对象,主动控制,lqr算法,求解位移与速度(the matlab programming languages, three degrees of freedom model objects, active control, lqr algorithm solving the displacement and velocity)
- 2013-01-04 11:15:33下载
- 积分:1
-
li
遗传算法计算最优值,其中有线性及非线性的约束(Genetic algorithm to calculate the optimal value, including linear and nonlinear constraints)
- 2013-08-26 16:38:49下载
- 积分:1
-
MostUsefulCalculatorEver
method for all real roots of the polynomial lab
- 2013-10-25 17:54:58下载
- 积分:1
-
Image-evaluation-
Image evaluation (mean, clarity, information entropy, standard deviation)
- 2013-11-19 14:51:19下载
- 积分:1
-
OFDM1
OFDM技术在无线通信中的实现 AWGN信道(OFDM technology in the realization of wireless communications in AWGN channel)
- 2010-07-09 17:35:21下载
- 积分:1
-
sanweichongjian
一种基于快速空间频域算法和位相解包裹的三维重建算法。(Spatial frequency domain based on fast phase unwrapping algorithms and three-dimensional reconstruction algorithm.)
- 2011-06-16 17:28:41下载
- 积分:1
-
run
图像处理,用于在MATLAB中播放AVI视频文件。附送标准AVI文件一枚。(Image processing, used to play AVI video files in MATLAB. With a standard AVI file.)
- 2013-11-18 22:20:15下载
- 积分:1
-
2005S9568
feature selection from iris data set it will use statistical methods and get the best set of features then use graphs to classify the data
- 2009-04-25 14:20:11下载
- 积分:1
-
rejectaccept
rejectaccept method for monte carlo simulation
- 2013-08-08 06:14:16下载
- 积分:1