登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • MyMC
    基于马尔科夫的蒙特卡罗算法,可以精确计算各种随机事件,但是不能运用于太大的系统(Monte Carlo algorithm that can accurately calculate the various random events, but can not be much of a system)
    2012-11-27 18:50:24下载
    积分:1
  • ddbmusic
    不同信噪比下,利用MUSIC算法实现AIC,MDL,HQ,EDC(Different signal to noise ratio, the use of MUSIC algorithm AIC, MDL, HQ, EDC)
    2011-05-13 06:17:55下载
    积分:1
  • lab10
    matlab code of dgital communication
    2013-05-26 16:20:23下载
    积分:1
  • crc_rs_jiaozhi
    一个简易的通信系统,包括CRC循环冗余码,RS信道编码,交织编码,可以对抗信道突发噪声。(A simple communication system comprising cyclic redundancy code CRC, RS channel coding, interleaving encoding, channel against burst noise.)
    2021-03-09 08:59:27下载
    积分:1
  • particle-filter
    粒子滤波程序,内有相应的matlab和vc代码(particle filter)
    2015-01-12 12:58:06下载
    积分:1
  • T-S-FNN
    用遗传算法优化参数的递归T-S模糊神经网络学习算法,值得一看。(Parameter optimization using genetic algorithm recursive TS fuzzy neural network learning algorithm, worth a visit.)
    2014-03-02 10:49:03下载
    积分:1
  • FindSoundPressure
    在Matlab中求硬质均匀浅海声场任一点的声压(The purpose of this code is to find the sound pressure in the sound field of the sound field in the sound field.)
    2017-03-27 13:02:00下载
    积分:1
  • sensitivity-of-case-39
    基于39节点电力系统合闸角调控过程中的机组和负荷的灵敏度计算(Based on 39 bus power system to calculate the standing phase angle regulation of the crew and the load sensitivity)
    2020-06-29 06:00:01下载
    积分:1
  • GPReduce.m
    This is the Gaussian piramyd i found in matlab page is very useful to image procesing
    2009-03-10 01:02:39下载
    积分:1
  • 138
    Matlab code for channel optimisation, in cooperative comm using matlab
    2012-05-02 23:05:32下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载