-
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
-
data1
to use the matrix in the matrix labolatory a easy example to use it by colleagers.
- 2010-09-14 19:06:57下载
- 积分:1
-
psid_data8395
Matlab code for The Labor-Supply Elasticity and Borrowing Constraints: Why Estimates are Biased 3
- 2010-01-26 07:19:23下载
- 积分:1
-
efg2d
说明: 二维无网格EFG计算程序,由MLS方法生成新函数(Two-dimensional meshless EFG computer program to generate a new function by the MLS method)
- 2010-04-13 16:02:17下载
- 积分:1
-
matlab_ipt_tutorial
NICE TUTORIAL TO LEARN MATLAB IMAGE PROCESSING TOOL BOXES AND ITS OPERATIONS.EXAMPLE LIKE IMREAD AND IMSHOW FUNCTIONS
- 2012-04-18 15:32:11下载
- 积分:1
-
d3d2587f5741
matlab 压缩包文件,基于时频分析的isar回波处理历程,基于时频分析的多分量现形调频信号处理- (matlab compressed package file, based on time-frequency analysis isar the echo processing history, based on time-frequency analysis of multi-component betray oneself FM signal processing-)
- 2013-03-20 10:02:05下载
- 积分:1
-
7777777mcmcexample
这是一个基于马尔科夫链的蒙特卡罗历程,可以帮助初学者理解mcmc(based on a Markov chain Monte Carlo process, can help beginners understand MCMC
)
- 2015-05-20 11:21:38下载
- 积分:1
-
Tutorial
说明: stk和matlab互联的应用,创建简单的gui,可以对场景进行放大缩小(STK and MATLAB interconnected application, create a simple GUI, can zoom in and out of the scene)
- 2020-04-09 13:27:29下载
- 积分:1
-
generateCAcode
GOld码为ca码的一种,在扩频系统中,得到广泛应用,此代码为一段ca码产生程序(Gold code generator program)
- 2011-06-28 09:21:30下载
- 积分:1
-
test4
计算水准网的条件平差初级代码,可以酌情修改使用!!!(Conditions adjustment is calculated net primary level code can be modified to use discretion! ! !)
- 2014-12-23 13:21:53下载
- 积分:1