登录
首页 » matlab » moving_average_v3.1

moving_average_v3.1

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

  • Untitled
    MFCC参数计算,也可进行语音信号处理。 本程序需要调用voicebox工具箱中的melbankm.m程序得到Mel频率滤波器组(MFCC parameters, but also for voice signal processing. This procedure required to call VoiceBox toolbox melbankm.m procedures Mel frequency filter bank)
    2009-03-21 22:29:56下载
    积分:1
  • Thyristor-Phase-Angle-Trigger-module-in-Bridge-co
    Thyristor Phase Angle Trigger module in Bridge converter file content: matlab simulink with code
    2010-09-25 03:48:36下载
    积分:1
  • T2PSSKziph
    此源代码,是一个一种基于MATLAB的程序源码,对2PSK过过程进行编程与开发,并绘出仿真波形,给出功率谱分析 可直接使用。 (This source code is a one kind of MATLAB-based program source code, right 2PSK over the process of programming and development, and plot the simulation waveforms are given the power spectrum analysis can be used directly.)
    2012-07-11 10:55:25下载
    积分:1
  • matlab-vehicle-dynamics-programe
    matlab vehicle dynamics programe软件编写汽车动力性相关程序(matlab vehicle dynamics programe)
    2012-09-25 10:01:47下载
    积分:1
  • matlab_gui_draw
    基于MATLAB-GUI图形界面的数字图像处理软件 (MATLAB-GUI graphical user interface based on digital image processing software of the system )
    2013-12-25 10:02:28下载
    积分:1
  • open_svm
    matlab code for generation of data to svpwm
    2009-06-01 10:08:42下载
    积分:1
  • xinsanwei01_xiyinzi
    混沌系统的吸引子,很简单,初步学习可以看看(Attractor of the chaotic system is very simple, the initial learning can take a look at)
    2013-01-08 21:26:41下载
    积分:1
  • spain
    it is spain FIFA team. It contains spain FIFA team of football. IT is fifa football team. this team is of football world cup.
    2015-02-10 14:38:00下载
    积分:1
  • signal-and-system
    信号与系统相关的MATLAB习题,希望对大家有用。。(some relative solutions to the questions of MATLAB)
    2013-04-24 09:07:25下载
    积分:1
  • rgbquadtreehojoon
    This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. (This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. )
    2009-09-17 14:52:16下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载