-
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
-
duotongdao
多通道欠采样频率测量程序
可以用多通道解模糊测量(duotongdaov.m)
- 2010-08-13 22:41:16下载
- 积分:1
-
基于二阶统计量与四阶通计量的时延估计算法 tde
基于二阶统计量与四阶通计量的时延估计算法。(Delay estimation algorithm with second-order and fourth-order statistics.)
- 2014-08-28 21:36:22下载
- 积分:1
-
ukf_bicycle-matlab
说明: 基于UKF的自行车状态估计matlab程序实现(Realization of Bicycle State Estimation Based on UKF with MATLAB Program)
- 2020-10-03 00:37:46下载
- 积分:1
-
eit2d
一个简单的电阻抗断层成像的仿真程序,使用matlab实现。(a simple example of electrical impedance tomography implemented by matlab.)
- 2021-02-22 21:39:41下载
- 积分:1
-
Gabor_filter_2D_and_1D
Functions for 1D and 2D Gabor Filtering with
the parameters as Centre Frequencies (u,v) and
the Scale (sigmax,sigmay) of the Gabor Filter
- 2013-10-20 17:37:22下载
- 积分:1
-
test_liu
不规则图形边界的pde工具箱求解微分方程。(irregular shapes pde toolbox for solving differential equations boundary.)
- 2014-12-31 17:17:13下载
- 积分:1
-
MATLAB_example_for_serial_devices
几个经典的matlab device例子,很好用,值得学习的。(matlab device)
- 2011-10-25 18:14:19下载
- 积分:1
-
tezhengtiqu
特征提取,主要应用matlab对图像的特征进行提取,获得一些精度。(tezhengtiqu)
- 2009-12-08 14:14:05下载
- 积分:1
-
houghcircle
Hough circle detector using hough transform in Matlab
- 2011-04-21 06:05:33下载
- 积分:1