登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • sgarbf
    基本遗传算法,RBF神经网络算法,BP神经网络算法,一共5个源代码.程序可移植性强.(Basic genetic algorithm, RBF neural network algorithm, BP neural network algorithm, a total of 5 source code. Program portability strong.()
    2009-03-12 12:17:22下载
    积分:1
  • kalman
    说明:  matlab下的kalman实现,内附详细的解释,有助于初学者学习,望高手免进(matlab kalman under implementation, containing a detailed explanation to help beginners learn to avoid looking into the master)
    2011-04-18 08:54:32下载
    积分:1
  • junyunbaizaosheng
    在matlab环境下,产生(-1,+1)均匀分布的均值白噪声的程序代码(Matlab environment, generate uniformly distributed white noise code (-1,+1))
    2013-03-12 10:19:48下载
    积分:1
  • harris-trace
    harris算子迹实验,以harris为角点检测算子,计算自相关矩阵M的迹图像。(the harris operator trace experiment, harris corner detection operator, calculated from the trace of the matrix M image.)
    2013-04-25 14:46:57下载
    积分:1
  • JiangyanshengPlasticity
    Von.Mises准则的平面有限元程序,摘自Jiangyansheng s paper(Plane finite element program Von.Mises guidelines)
    2014-06-05 09:42:58下载
    积分:1
  • lowfrequency
    该程序可以求取电力系统低频振荡特征根,输入数据为三机9节点系统(The program can strike a power system low frequency oscillation characteristic roots, the input data for the three-machine 9-bus system)
    2011-12-06 22:58:54下载
    积分:1
  • ezw
    matlab 小波零树图像压缩程序,分析对象:lena.bmp (matlab wavelet zero-tree image compression process, analyze the object: lena.bmp)
    2010-06-05 05:29:26下载
    积分:1
  • TDOA
    读取信号,信号滤波,信号降噪,信号分帧,信号求时间差。(Read signal, signal filtering, signal noise, signal framing, find the time difference signal.)
    2011-05-10 14:54:20下载
    积分:1
  • Influence-of-zero-pole-distribution
    基于matlab的小程序,用于研究零极点分布对频率响应的影响(Matlab-based small program used to study the distribution of pole-zero impact on the frequency response)
    2013-11-24 11:52:57下载
    积分:1
  • chirp
    此程序为用MATLAB产生一个周期性的脉冲正弦信号(This procedure is to use MATLAB to generate a periodic sinusoidal signal pulse)
    2011-12-30 11:04:51下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载