登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • SVM
    [matlab]支持向量机(SVM)用于分类的算法实现([matlab] Support Vector Machine (SVM) algorithm for classification)
    2007-07-11 10:53:05下载
    积分:1
  • fx_decon
    function deconvolution in matlab
    2013-11-25 15:59:41下载
    积分:1
  • adptivefilter
    单频干扰陷波器源码。自适应陷波器,与一般陷波器比较,有两大优点:(1)能够自适应地准确跟踪干扰频率。 (2)容易控制带宽.(Single-frequency notch filter interference source. Adaptive Notch Filter, Notch Filter with the general comparison, there are two main advantages: (1) can be adaptively tracking the exact frequency interference. (2) easy to control bandwidth.)
    2007-11-08 00:29:10下载
    积分:1
  • zui-xiao-fei-yong-zui-da-liu--Matlab
    计算最小费用最大流的完整Matlab函数(Calculate the minimum cost maximum flow full Matlab functions)
    2013-08-15 22:56:58下载
    积分:1
  • hehehe
    Designing slider in GUI : I updated the original code to make function return value its window to another window.
    2014-12-15 13:04:30下载
    积分:1
  • de-regular.tar
    计算LDPC码理论性能的MATLAB程序,有例子说明,对通信系统设计很有帮助!(Calculation of theoretical performance of LDPC code MATLAB procedures have examples to illustrate the communication system design helpful!)
    2007-09-19 20:03:14下载
    积分:1
  • modvalidity
    说明:  利用模糊聚类原理,Matlab工具完成对象识别,仿真成功(Using the fuzzy theory, Matlab tools to complete object recognition, simulation success)
    2010-03-31 20:40:58下载
    积分:1
  • matlab-Classical-algorithm
    matlab经典算法的程序,包括插值拟合、绘图、解方程、规划等. (Classical algorithm for matlab)
    2012-04-14 22:01:32下载
    积分:1
  • MmDemo
    vc和matlab混合编程,在vc中调用matlab的函数进行计算和处理,本程序中调用了matlab图像处理函数打开图像并进行灰度处理(vc and matlab mixed programming, matlab function calls are calculated and processed in the vc, the program calls the matlab image processing function to open and grayscale image processing)
    2014-02-05 20:05:21下载
    积分:1
  • Examen-IRT
    examen packet tracer pour debutant
    2014-01-02 01:28:29下载
    积分:1
  • 696516资源总数
  • 106405会员总数
  • 10今日下载