-
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
-
Dean_PLL_3rd_loop_filter_exact_org
Dean 的PLL Performance,Simulation and Design 这本书里3rd 滤波器PLL求解的精确matlab程序(Dean of the PLL Performance, Simulation and Design This book 2nd PLL filter matlab program to solve the)
- 2010-09-15 00:15:02下载
- 积分:1
-
bufferworth
巴特沃斯模拟低通滤波器——matlab源码(source code for butterworth analog low_pass filter design)
- 2009-04-07 11:41:35下载
- 积分:1
-
shuxuejianmo
数学建模书上的答案,第三版的课后习题答案,希望你们可以下载查看。(Mathematical modeling books the answer to the third edition of after-school Exercise answers, I hope you can download and view.)
- 2009-12-13 22:29:10下载
- 积分:1
-
elmat
说明: 矩阵,尤其是分块矩阵的分解,删除,调整,可以方便数值计算,减少冗余(Matrix, in particular, block matrix decomposition, delete, adjust, easy numerical calculation, to reduce redundancy)
- 2010-04-08 21:50:48下载
- 积分:1
-
huisePIDcontrol
灰色PID控制matlab仿真程序:主要包括连续、离散系统(gray PID control Matlab simulation program : including continuous, discrete systems)
- 2007-01-25 14:38:19下载
- 积分:1
-
基于遗传算法和非线性规划的函数寻优算法
chapter2 基于遗传算法和非线性规划的函数寻优算法 《MATLAB智能算法30个案例分析》(史峰等)(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
- 2017-11-24 16:45:32下载
- 积分:1
-
3-boolean.m.tar
This code shows you how perform various boolean operation on sets using level set functions.
- 2012-06-22 18:07:31下载
- 积分:1
-
Mini-Sumo-3.2-Line-Sensor-Read
This code for Embedded for Sumo Bot (sensor)
- 2015-03-22 13:23:16下载
- 积分:1
-
susp
Vehicle suspesnion dynamics analysis using simulink model
- 2010-09-17 17:21:48下载
- 积分:1