登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • Q-algorithm-of-RL
    强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!(A matlab program about Q of Reinforcement Learning Algorithm )
    2010-12-12 16:40:18下载
    积分:1
  • wiener
    针对GLAS全波形激光雷达的回波微纳滤波反卷积法(Wiener Filter deconvolution program. The package also contains a set of GLAS waveform.)
    2013-01-05 15:26:47下载
    积分:1
  • 单神经元自适应PID控制的仿真研究 CHAP
    用于进行单神经元自适应PID控制的仿真研究(Simulation of single neuron adaptive PID control)
    2018-06-25 19:42:03下载
    积分:1
  • hwst-1.0
    matlab 实现分水岭算法,可以根据具体的需要来该进(matlab to achieve watershed algorithm may be based on specific needs of the Progressive)
    2009-12-10 17:37:53下载
    积分:1
  • lloydmax_den
    Lloyd max algortihm by fitting signal to a density
    2009-06-03 19:17:03下载
    积分:1
  • matlab
    说明:  求反求参数(无约束非线性优化方法)的matlab实现 无约束非线性优化算法-Powell法优化子程序 matlab广义最小二乘算法程序(Reverse order parameter (unconstrained nonlinear optimization method) to achieve the matlab unconstrained nonlinear optimization algorithm-Powell method to optimize the generalized least-squares algorithm matlab subroutine procedure)
    2008-11-12 13:25:23下载
    积分:1
  • period_lamdaBragg
    periode lambda bragg grating
    2012-09-29 21:18:16下载
    积分:1
  • D2Q9-2D
    格子BLOTZMANN方法的matlab程序,D2Q9模型(Lattice BLOTZMANN method matlab procedures, D2Q9 model)
    2013-10-21 16:47:49下载
    积分:1
  • QPSK-tiaozhiPcostas
    QPSK调制+costas载波同步,为matlab源代码!!!为学习和参考MATLAB通信原理方面调制与解调提供依据!(The QPSK modulation+costas carrier synchronization)
    2021-04-09 04:19:00下载
    积分:1
  • final_code.m
    Final Code for Reed Solomon
    2014-02-20 00:54:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载