-
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
-
Clique
实现clique聚类,包含sample,有助于clique聚类的学习(Clique clustering to achieve, including the sample, contribute to the learning clique clustering)
- 2009-06-19 09:14:38下载
- 积分:1
-
conv
基于simulink的卷积码编码性能仿真,给出性能曲线。(Convolution code coding performance based on simulink simulation, the performance curve is given.)
- 2014-08-14 20:23:17下载
- 积分:1
-
WF_no_browse
实现功率分配的注水算法的matlab代码仿真(Power allocation algorithm to achieve the waterfilling simulation matlab code)
- 2011-10-26 22:22:11下载
- 积分:1
-
sinshuruLMS
LMS算法程序 代码等等 变步长;LMS算法程序 代码等等 变步长(LMSsuanfa and soon)
- 2014-01-12 18:11:03下载
- 积分:1
-
Paieskia-gylin
Paieska gilyn ... Naudojant matlab programafimo kalba aprasytas algoritmas - Paieska gilyn
- 2013-12-23 04:39:25下载
- 积分:1
-
overlap_add
digital signal processing
- 2010-09-01 22:50:44下载
- 积分:1
-
FIHS
FIHS based Pan-sharpening over LANDSAT-7
- 2015-03-26 01:23:42下载
- 积分:1
-
Demosaicing
这是一个去马赛克工具软件,对实现图像分析和数码相机开发有着重要的价值.(This is a mosaic tools to software, the realization of image analysis and the development of digital cameras has an important value.)
- 2009-01-08 11:51:30下载
- 积分:1
-
Buendatoseguro
this is o program to graph defirent kind of signals and change them, like module, time scale
- 2009-12-21 04:22:35下载
- 积分:1