登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • DragonCurve11069
    以matlab畫碎形中的dragon curve,非原創(Matlab fractal painting to the dragon curve, non-original)
    2008-04-28 09:28:44下载
    积分:1
  • prg
    system identification matlab codes...
    2011-09-14 14:50:28下载
    积分:1
  • WhiteNoise_series
    辨识信号白噪声的产生,新手必看。希望对大家帮助(Identification signal generating white noise, Xinshoubikan)
    2013-09-10 14:38:55下载
    积分:1
  • image-compression-coding
    关于图像压缩编码的matlab的实现程序,静态图像压缩标准(About image compression coding matlab realization process, still image compression standard)
    2013-11-28 19:10:46下载
    积分:1
  • chap2_07_FFRLS
    系统辨识与自适应控制MATLAB仿真教材里遗忘因子递推最小二乘法的参数估计的matlab实现的程序(Estimation of parameter identification and adaptive control of MATLAB simulation teaching in forgetting factor recursive least squares method system to achieve Matlab procedures)
    2015-02-03 18:02:46下载
    积分:1
  • A-methog
    一种基于图像特征点提取及匹配的方法 (A method based on image feature extraction and matching)
    2013-12-17 20:24:31下载
    积分:1
  • Q_-matrix--LDPC-code
    本文给出Q 矩阵的定义, 在此基础上提出由Q 矩阵构造的LDPC 码新码族(In this paper, the definition of Q matrix Q matrix proposed by the new code of LDPC codes constructed on the basis of race)
    2015-03-16 22:10:19下载
    积分:1
  • lfm
    次代码描述怎样实现用matlab仿真一个雷达上常用的信号——线性调频脉冲信号。(This code is to describe how to generate the use of MATLAB simulation of a radar signals commonly used-- linear frequency modulation pulse(LFM) signal.)
    2012-12-04 00:04:28下载
    积分:1
  • RRT-master
    rrt算法与一定概率偏向目标点的rrt算法,并对路径进行处理(RRT algorithm and a certain probability bias to the target point of the RRT algorithm, and the path to deal with)
    2017-09-24 21:42:49下载
    积分:1
  • RS_BCH
    Author: wei liu Summary: simulation of binary and non-binary bch decoder MATLAB Release: R14SP1 Required Products: Communications Toolbox Description: simulation of binary bch decoding algorithm for bch(n, k) with t bits error correction capability.
    2007-08-29 20:41:35下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载