-
moving_average_v3.1
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.)
- 2009-03-06 23:10:07下载
- 积分:1
-
bark2frq
bark to freq transformation
- 2010-11-17 15:09:56下载
- 积分:1
-
consensus-formation-control-master
实现多智能体一致性编队, 是学习多智能体编队较好的资料。(The consensus formation control of multi-agent systems can be achieved.)
- 2021-03-18 17:39:19下载
- 积分:1
-
BPSK_test1
matlab bpsk调制程序,实现了bpsk在matlab下的仿真,并且对于加性噪声下的错误进行统计(matlab bpsk modulation process, realize the BPSK simulation in matlab, and the additive noise under the statistical error)
- 2008-03-19 19:40:40下载
- 积分:1
-
L02VT09_MATLAB_intro
intro to matlab.contains basic matlab commands
- 2013-11-28 09:29:02下载
- 积分:1
-
readpgm
该matlab函数可以在matlab环境下读取pgm文件(To read the file of pgm format)
- 2009-12-12 23:26:30下载
- 积分:1
-
bilateral
canny算子边缘检测源码,用matlab实现,如果需要,请及时下载(canny edge detection source, using matlab to achieve, if you need, please download)
- 2014-01-13 11:25:16下载
- 积分:1
-
Skyline
skyline method. for solving [K]{x}={F}
- 2009-05-01 22:55:00下载
- 积分:1
-
EMD--LabVIEW--MATLAB
本书籍介绍了EMD信号处理方法在LabVIEW以及MATLAB中实现方法,简单易懂(This book introduces realization method of the EMD signal processing method in LabVIEW and MATLAB,simple and easy to understand)
- 2014-01-05 16:25:57下载
- 积分:1
-
ep2.m
Hessenberg solution MATLAB code.
- 2009-11-02 01:42:23下载
- 积分:1