登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

于 2009-03-06 发布 文件大小:98KB
0 87
下载积分: 1 下载次数: 9

代码说明:

  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.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • traffic
    car counting using matlab from matlab demos
    2011-09-26 14:41:59下载
    积分:1
  • SEIR
    说明:  matlab实现SI,SIR,SEIR模型(codes which can built models of SI,SIR and SEIIR using the software of matlab)
    2020-12-23 22:42:03下载
    积分:1
  • matlab4
    matlab 基础教程,第四章,适合初学者(matlab Essentials, Chapter IV, suitable for beginners)
    2008-04-24 14:12:34下载
    积分:1
  • PCMbianma
    说明:  用MATLAB实现PCM(脉冲调制)的编码,其中调制采用的是mu律算法模型,量化间隔可以自行选择(Using MATLAB realization of PCM (pulse modulation) encoding, in which modulation is used mu law algorithm model to quantify the interval may choose)
    2008-11-08 09:41:01下载
    积分:1
  • RBF
    说明:  RBF神经网络的源程序 遗传RBF网络 RBF神经网络对非线性系统进行逼近(RBF neural network of the source of genetic RBF neural network RBF network to approximate the nonlinear system)
    2011-03-30 16:11:48下载
    积分:1
  • Circuit.Analysis.II.with.MATLAB
    应用matlab进行电路分析,外文经典教材。(The application of matlab for circuit analysis classic, foreign language teaching materials.)
    2012-05-15 14:24:20下载
    积分:1
  • EMD
    该程序用于Hilbert谱分解,可分析非平稳和非线的信号(The procedures used for the Hilbert spectral decomposition and analysis of non-stationary and non-linear signal)
    2012-09-21 17:32:24下载
    积分:1
  • foa
    Fruit Fly Optimization
    2019-05-05 08:17:21下载
    积分:1
  • eemd-fft
    First use EEMD to decompose the original singal to get IMFS,then use FFT to analyse the each IMF,combine EEMD with FFT to get clearer analytic results.
    2013-10-05 22:43:00下载
    积分:1
  • 32psk
    32进制PSK仿真子程序,子程序计算4进制PSK调制的误码率(32 M-ary PSK simulation subprogram, subprogram 4 M-ary PSK modulation calculation of the bit error rate)
    2009-06-08 22:23:00下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载