登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • lognormal
    Maximum Likelihood estimation for lognormal pdf
    2010-09-23 04:21:44下载
    积分:1
  • Ch3-mfiles
    数字信号处理实践方法(第2版)书中有关的代码,很有实用价值(Digital signal processing practices (2nd Edition) book-related code, and very practical value)
    2010-01-05 18:39:49下载
    积分:1
  • MVDR_ST
    使用MVDR算法进行波束形成并处理宽带信号,该算法分频带进行处理,并最后给出了波束图。(MVDR algorithm is used for beamforming and broadband signal processing. The algorithm divides the frequency band for processing, and finally gives the beam pattern.)
    2020-06-18 20:40:01下载
    积分:1
  • fft
    数字信号处理里FFT的C语言源代码啊,请查看啊(FFT digital signal processing in the C language source code ah, see ah)
    2008-05-29 00:53:49下载
    积分:1
  • Solution-of-equation11
    很多解方程的经典matlab例程,欢迎有需要的童鞋来下载~~~·(Solving equations matlab many classic routines, welcomed the children s shoes need to download ~ ~ ~*)
    2011-05-12 11:26:43下载
    积分:1
  • PNNL_QA-master
    Uncertainty Quantification, Multilevel Monte Carlo, Probabilistic Collocation Methods
    2013-05-01 16:41:29下载
    积分:1
  • CV
    说明:  模拟目标匀速飞行,并用卡尔曼滤波算法进行目标轨迹跟踪(Uniform flight simulation target, and the target trajectory tracking kalman filter algorithm)
    2016-03-26 07:52:45下载
    积分:1
  • svm1
    一种支持向量机的矿井提升机故障诊断方法,方便写提升机故障诊断的(A support vector machine of Mine Hoist Fault Diagnosis Method for Writing Hoist Fault Diagnosis)
    2009-03-16 18:40:34下载
    积分:1
  • sbl
    matlab_edge_embedded code
    2010-12-09 21:07:54下载
    积分:1
  • BluetoothMIT
    用matlab编写程序来实现蓝牙传输文件,需要自己修改蓝牙传输端口(Write a program using matlab to implement the Bluetooth to transfer files, modify the Bluetooth port needs its own)
    2010-02-19 06:28:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载