登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

于 2009-03-06 发布 文件大小:98KB
0 238
下载积分: 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 个回复

  • VB___MATLAB
    通过VB调用MATLAB实现图形和界面的结合(MATLAB realize through the VB calls the combination of graphics and interface)
    2008-05-07 12:07:51下载
    积分:1
  • fair
    认知无线电中的频谱分配,基于CSGC算法用公平性标准评价性能好坏!(The cognitive radio spectrum allocation, based on fairness criteria CSGC algorithm to evaluate the performance good or bad!)
    2014-02-27 15:03:04下载
    积分:1
  • knn
    利用KNN最近邻算法,对心音信号进行分割并判断,给出第一心音、第二心音和收缩期、舒张期。(Use KNN nearest neighbor algorithm, the heart sound signal is divided and judgment is given first, second heart sound and systolic, diastolic.)
    2014-01-30 17:39:35下载
    积分:1
  • MATLAB-Mfiles
    MATLAB所有的M文件,方便易懂。fibonacci数,pagerank,等等(MATLAB M-files, convenient and easy to understand. fibonacci number, pagerank, etc.)
    2012-08-18 10:02:48下载
    积分:1
  • am
    说明:  amplitude modulation in matlab
    2011-11-22 08:15:26下载
    积分:1
  • tecdemo
    GPS TEC计算MATLAB代码,来自东京大学TOMOJI教授(GPS TEC calculation of MATLAB code, from the University of Tokyo professor TOMOJI)
    2010-11-27 18:27:13下载
    积分:1
  • 混沌时间序列
    完整混沌时间序列,Matlab2011a以上都可以运行(Complete chaotic time series, more than Matlab2011a can run)
    2017-08-04 20:54:29下载
    积分:1
  • soliton
    采用分步傅里叶方法对NLSE 进行了求解,并在归一化和功率补偿条件下模拟和分析了输入脉冲为双曲正割脉冲,高斯脉冲,超高斯脉冲传输对比情况,以及一到三阶双曲正割光脉冲条件下光脉冲传输演变情况(Using split-step Fourier method NLSE was solved, and in the normalization and power compensation under simulation and analysis of the input pulse for the hyperbolic secant pulse, Gaussian pulse, the comparison of super-Gaussian pulse transmission, and a to the three conditions, the hyperbolic secant pulse evolution of optical pulses)
    2010-10-08 12:17:32下载
    积分:1
  • start
    评分打星星的一个例子 可以用来参考 很实用(An example of playing star ratings can be used to refer to)
    2011-11-12 12:09:29下载
    积分:1
  • SPSO-BP-GANN
    该代码可在matlab6.0版本以上运行,实际上是bp算法的改进.(err)
    2008-01-09 14:55:47下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载