-
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
-
Maslave_analy
主从多机通信系统可靠性建模,对一个主从多机系统进行建模分析,其中基本单位为元件,有着不同的概率分布寿命,不同元件串联组合成不同部件,部件组合成各分系统,从而根据元件情况可推定系统状态,我们会计算十年中系统地各项指标,推断时间步长为1小时(Master-slave multi-machine communication system reliability modeling, a master-slave multi-machine system modeling and analysis, in which the basic unit for the components, the probability distribution of different life, a different tandem combination of components into different parts, components into subsystems , so the situation could be construed in accordance with the system components, and we will calculate ten indicators in a systematic manner, inference time step 1 hour)
- 2009-05-29 16:46:14下载
- 积分:1
-
matlab4
matlab学习联系程序,可应用于初学者联系时候使用(Contact matlab learning process can be applied when the use of beginners Contact)
- 2011-11-23 19:06:25下载
- 积分:1
-
spech
about spech processing
- 2011-01-26 20:00:56下载
- 积分:1
-
spiderfun
差分方程的蛛网模型,matlab的小例题,方便易懂,解释合理。(Cobweb model of the differential equation matlab example, convenient and easy to understand, explain and reasonable.)
- 2012-05-16 22:56:29下载
- 积分:1
-
EquationsTCSMMMNc
Equations which describe the TCS/MM method
- 2014-09-25 03:39:17下载
- 积分:1
-
gatbs-toolbox-and-examples
BSheffield大学gatbs工具箱所有算例下载及调试说明,可直接下载到matlab文件夹下调用(BSheffield University gatbs Toolbox Download all examples and debug instructions can be downloaded directly to a folder called matlab)
- 2011-11-08 10:53:29下载
- 积分:1
-
emd
用于故障诊断、数据分析等领域的经验模态分解方法(For fault diagnosis, data analysis and other fields of empirical mode decomposition method)
- 2013-11-06 18:30:20下载
- 积分:1
-
GA-OF-THE-NETWORK
遗传算法优化神经网络程序[matlab],十分有用(the generic algorithm of the network ,it is very helpful)
- 2013-04-22 19:19:35下载
- 积分:1
-
wuyueshurengongbuwu
无约束连续函数优化的人工鱼群算法通用MATLAB源码.rar
- 2010-08-20 22:01:40下载
- 积分:1