-
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
-
PF_coding
关于粒子滤波(PF)的matlab程序,说明了粒子滤波的基本算法。(About particle filter (PF) of matlab program shows the basic particle filter algorithm.)
- 2009-03-24 18:34:31下载
- 积分:1
-
rle
PEMROSESAN GAMBAR DENGAN ALGORITMA RUN LENGTH CODING
- 2014-01-17 23:22:41下载
- 积分:1
-
Improved-wavelet-packet
改进的小波包特征熵,经本人试用,完全能够求解特征熵(Improved wavelet packet feature entropy, by my trial, fully able to solve the feature entropy)
- 2016-12-26 12:44:04下载
- 积分:1
-
wyz_fft
fft谐波检测,分析信号的频谱和幅值,相位(fft harmonic detection, analysis of the signal spectrum and amplitude, phase)
- 2021-01-24 15:18:38下载
- 积分:1
-
Based-on-the-accumulation-of-SHIBBS
基于累计量(SHIBBS)的实信号盲分离算法(Based on the cumulative amount of (SHIBBS) the real signal separation algorithm)
- 2011-04-22 14:45:09下载
- 积分:1
-
channel_estimation_2T2R
LTE 下行链路信道估计,有MMSE,LS,理想估计三种方式(LTE downlink channel estimation, a MMSE, LS, ideal estimated three ways)
- 2021-04-27 17:28:44下载
- 积分:1
-
jiefangcheng
用MATLAB解决力学和力矩的问题时,可用此程序解矢量方程(This program can be used to solve the problems of the mechanics and torque using MATLAB solution vector equation)
- 2012-10-13 15:16:35下载
- 积分:1
-
huidu
灰度共生矩阵提取纹理特征可用于图像纹理特征提取(GLCM texture)
- 2013-12-10 10:09:32下载
- 积分:1
-
linesearch
利用黄金分割点法计算步长,用来求二次凸函数的最小值的线搜索方法(Using the gold partition point method, the step size is used for the minimum of two convex functions.)
- 2015-05-25 16:16:59下载
- 积分:1