-
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
-
image-stitch
照相机采集的不同角度的两幅图像,金变换矩阵在matlab中实现图像拼接(image stitch)
- 2012-05-18 20:34:32下载
- 积分:1
-
TwoVariablesDistribution
可以产生二元正态分布随机数,绘制二元正态分布随机数的频数直方图(produce two-variables normal distribution random data, and plot frequency picture according the data.)
- 2011-11-02 10:43:57下载
- 积分:1
-
FastICA25
fastica用于信号处理,好用的工具包(FastICA for signal processing, use the toolkit)
- 2007-10-17 20:01:05下载
- 积分:1
-
Matlab-HHT
能够进行信号的Hilbert-Huang变换的matlab语言代码,使用的是以前的老算法计算的,但是已经证明可用,希望能对初学者有帮助(Used to implement the input signal of the Hilbert-Huang transform. First proposed calculation method, after validation, can be used.Based on Matlab.)
- 2012-03-23 09:36:55下载
- 积分:1
-
zernike_chriswolf
This code allows to calculate complex Zernike moments on a binary image and to reconstruct an image from its Zernike moments. The moments are calculated robustly which allows to use them even for the reconstruction with high order moments.
- 2012-05-03 15:22:26下载
- 积分:1
-
LBP1
基于LBP的人脸识别技术的代码,用MATLAB程序实现(LBP face recognition technology-based code)
- 2013-03-11 13:12:53下载
- 积分:1
-
Clutch
基于Matlab-simulink的建立的汽车离合器分离结合的控制模型(Control model of automotive clutch based on Matlab-simulink)
- 2014-01-14 15:11:13下载
- 积分:1
-
Seg Source Code
Segmentation algorithm
- 2017-08-23 18:44:10下载
- 积分:1
-
CH02_MATLAB_COMPUT
MATLAB LabVIEW SystemView 仿真分析(MATLAB LabVIEW SystemView SIMULATION)
- 2009-11-16 16:45:22下载
- 积分:1