-
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
-
Cyclic Spectral Correlation
说明: 用于求循环普相关函数,可用于轴承,齿轮等旋转机械故障诊断(Cyclic spectral correlation)
- 2020-12-03 13:37:41下载
- 积分:1
-
wavelet
利用小波变换算法对灰度图像进行压缩,效果比较好( Carries on the compression using the wavelet transformation algorithm to the gradation image,and the effect is good. )
- 2010-10-11 12:10:31下载
- 积分:1
-
GPS
GPS Global Positioning System for matlab ,
- 2010-11-10 07:56:48下载
- 积分:1
-
qpsk1
Matlab code for OFDM for bpsk
- 2014-02-04 19:30:13下载
- 积分:1
-
dfig
可实现双馈风力发电机在并网过程中的网侧模拟(Can realize double fed fan grid connected simulation)
- 2017-06-22 21:03:54下载
- 积分:1
-
matlab
基于matlab对灰度图像的二值化自适应阈值的算法(Gray image binarization adaptive algorithm)
- 2009-04-13 11:41:59下载
- 积分:1
-
LMS
一个经典的LMS程序,是一个M函数程序,可自己编写主程序调用(A classic LMS procedures, is an M function procedures, the preparation of the main program can call their own)
- 2007-08-22 09:39:00下载
- 积分:1
-
MATLabdraw
matlab绘图初级入门讲义,十分有用。可以看看(matlab drawing primary entry notes, very useful. Can look at the)
- 2009-03-19 22:33:18下载
- 积分:1
-
sss
matlab基础中课后习题,一个非常简单的MATLAB小程序,用二分法求根(matlab based after-school exercise in a very simple little program MATLAB, with the dichotomy Roots)
- 2010-10-25 12:50:51下载
- 积分:1