-
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
-
shushanglizi
通过自适应算法来预测将来的变化。是通过matlab来实现的。已经调试完成(Through the adaptive algorithm to predict the future changes. Are achieved through matlab. Have been debug finish)
- 2009-03-24 17:19:59下载
- 积分:1
-
Carrierfrequency
在DAB系统中的频率同步,载频同步,参考一下Carrier frequency offset estimation of DAB receiver based on phase reference symbol(In the DAB system frequency synchronization, carrier frequency synchronization, refer to Carrier frequency offset estimation of DAB receiver based on phase reference symbol)
- 2008-03-01 11:15:21下载
- 积分:1
-
development-of-the-Min-n-family
co finite element for continuous beam
- 2013-09-27 12:07:38下载
- 积分:1
-
opf
系统的结构参数和负荷情况都已给定时,调节可利用的控制变量(如发电机输出功率、可调变压器抽头等)来找到能满足所有运行约束条件的,并使系统的某一性能指标(如发电成本或网络损耗)达到最优值下的潮流分布。(Optimal power flow(OPF) is a fundamental tool in power system planning and operation.)
- 2021-01-25 16:28:43下载
- 积分:1
-
adaptive-project
this is a MATLAB Simulation for a Adaptive PID controller based on a sliding mode for uncertain chaotic systems.
- 2011-05-11 22:08:32下载
- 积分:1
-
sampling_square
this code is to sample the signal
- 2011-05-27 16:40:00下载
- 积分:1
-
Summary
matlabsummary,是一本简单介绍matlab的概要性的书籍(matlabsummary,I think it is a very good book.)
- 2010-05-08 11:36:53下载
- 积分:1
-
antcolony
ant colony algorithm for optimization of systems
- 2011-11-24 05:00:22下载
- 积分:1
-
Learning2
learn matlab quickly
- 2009-11-05 15:25:51下载
- 积分:1