-
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
-
edge_detect
program to detect edges with different edge detection methods
- 2012-06-11 21:08:01下载
- 积分:1
-
msTracker1
均值漂移跟踪算法的修改程序,包括源代码和调用程序。(Mean Shift tracking algorithm to modify the program, including source code and the calling program.)
- 2013-11-25 21:03:40下载
- 积分:1
-
longgeceshi
四阶龙格库塔法解微分方程组实例,没有调用函数,而是在基本含义基础上进行编译,有助于对龙格库塔法的理解。(Fourth-order Runge-Kutta method for solving differential equations instance, did not call the function, but on the basis of the basic meaning of compiler, contribute to the understanding of Runge-Kutta method.)
- 2011-12-25 22:11:07下载
- 积分:1
-
sEMG-Based-on-permutation-entropy
针对表面肌电信号的混沌特征、噪声强等特点,该文提出了基于排列组合熵的表面肌电信号特征分析方法(The chaotic characteristics of the surface EMG signal and noise characteristics, this paper proposes a sEMG analysis method based on permutation entropy)
- 2012-03-14 10:31:22下载
- 积分:1
-
ADRC
ADRC自抗扰控制simulink仿真程序。(ADRC(Active Disturbance Rejection Control))
- 2017-10-10 23:24:58下载
- 积分:1
-
Ridge_point_detector
Ridge_interest point_detector in scale-space
- 2010-03-14 21:04:26下载
- 积分:1
-
DiscontinuousNakagami
this is useful for nakagami random process generation
- 2012-11-22 14:55:52下载
- 积分:1
-
SXCCCCCCV
FOR HELP AND DOCUMENT FOR POWER DCXXX
- 2015-03-06 20:52:19下载
- 积分:1
-
BPMS
此程序是关于LM-BP算法的预测系统,能够利用图形界面的形式展示出预测的精度和误差(
This program is on the LM-BP algorithm prediction system that can use a graphical interface to show the form of prediction accuracy and error)
- 2014-07-06 10:17:22下载
- 积分:1