-
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
-
mrc_ber
Bit error rate of MRC
- 2013-09-19 20:29:32下载
- 积分:1
-
mpiv_toolbox
基于matlab的PIV算法,简单易懂,专为初学者编写。(A Simple and easy to understand PIV algorithm, designed for beginners.)
- 2019-02-25 16:57:41下载
- 积分:1
-
znpidtuning
Z-N算法,我做了几个事例,希望对大家有用。(ZN algorithm, I do a few examples of the hope that useful.)
- 2012-05-28 21:01:50下载
- 积分:1
-
low-elevation-
米波雷达低仰角DOA估计及阵列通道误差校正 (VHF radar and an array of low-elevation DOA estimation error correction channel)
- 2013-12-12 13:32:32下载
- 积分:1
-
pcm
PULSE CODE MODULATION MATLAB
- 2015-03-23 15:52:37下载
- 积分:1
-
基于Matlab的非线性Newmark法 Newmark beta
基于Matlab的非线性Newmark法,用于计算结构动力响应(Nonlinear Newmark method for calculating structural dynamic response)
- 2020-12-05 22:29:22下载
- 积分:1
-
shumianfenqi
睡眠脑电的分期,根据assmR&K原则,将睡眠分为不同的期段,实验自动分期(EEG sleep staging, according to assmR & K principle, the sleep period is divided into different sections, experimental automatic staging)
- 2013-08-02 22:35:41下载
- 积分:1
-
SABP汇率预测
说明: 此代码通过模拟退火算法优化BP神经网络进行汇率预测(This code optimizes BP neural network to predict exchange rate by simulated annealing algorithm)
- 2021-04-12 00:18:57下载
- 积分:1
-
MATLAB5--Manual
说明: Matlab 5手册,早期的 Matlab 教材,瑞典 乌普萨拉大学计算机系的教授 编写。此为中文版。(Matlab 5 Handbook. written by professors of Uppsala University in Sweden.)
- 2011-03-27 12:28:54下载
- 积分:1