登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • Velocity_location_volume
    说明:  气候态数据处理,计算绘制数据分析图,包括经度、纬度、速度、运输量(Calculated data analysis to draw maps, including longitude, latitude, speed, traffic volume)
    2011-03-26 10:46:53下载
    积分:1
  • fspecial
    matlab中fspecial函数的C++实现(Matlab implementation of fspecial function in C++ )
    2016-12-28 11:31:14下载
    积分:1
  • kalman-2
    卡尔曼滤波,老师上课所用程序,供大家学习参考(Kalman filter, the process used to class the teacher for them to learn information)
    2011-01-17 13:24:32下载
    积分:1
  • calculator
    说明:  用MATLAB实现的计算器程序 calculator.fig calculator.m(calculator.fig calculator.m)
    2010-04-27 16:50:56下载
    积分:1
  • matlab_figure
    经典的matlab 的画图函数集合,包括平时matlab画图常用的说明(The classic collection of matlab' s drawing functions, including the usual description of commonly used drawing matlab)
    2010-05-21 17:10:38下载
    积分:1
  • APF
    多个关于有源电力滤波器的仿真例子,所有例子都有调试完毕,对学习APF有帮助(A plurality of active power filter on simulation example, all the examples have debugging, learning APF helpful)
    2015-05-26 17:21:42下载
    积分:1
  • jiefangchengjiaocheng
    MATLAB软件的解方程函数简介,适合初学者参考(Function of MATLAB software, the solution equation brief reference for beginners)
    2010-09-25 19:18:16下载
    积分:1
  • zuoye_one
    基于MATLAB的模糊控制表计算程序~~~~(Fuzzy control table based on MATLAB computer program ~ ~ ~ ~)
    2010-10-15 08:43:33下载
    积分:1
  • zhengqiang
    说明:  利用二维小波的图像增强 基于小波变换的多尺度图像边缘检测matlab源代码(在Matlab7.0下运行) (Using two-dimensional wavelet image enhancement based on wavelet transform multi-scale edge detection matlab source code (in Matlab7.0 run))
    2010-05-02 09:59:13下载
    积分:1
  • chapter17_S
    MATLAB 2007 小波分析理论 第十七章代码 帮助大家学习小波(MATLAB 2007 wavelet analysis theory Chapter XVII code to help you learn wavelet)
    2014-08-25 17:44:21下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载