-
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
-
KNN
这是一个KNN聚类程序,大家共同学习,希望对大家有帮助!(This is a KNN clustering procedure, we learn together, we hope there is help!)
- 2010-08-03 16:08:53下载
- 积分:1
-
ais
人工免疫网络,实现分类,聚类,函数寻优等功能,采用matlab编写.(artificial immune network, classification, clustering, search function Excellence function, prepared using Matlab.)
- 2005-06-13 12:35:57下载
- 积分:1
-
da903x
Base driver for Dialog Semiconductor DA9030 DA9034.
- 2014-08-22 16:29:40下载
- 积分:1
-
LSB
to encrypt and decrypt the data using buyer seller watermarkingtechnique
- 2013-02-08 11:43:40下载
- 积分:1
-
QR-Generator
this is the qr code gen code
- 2015-03-22 02:13:05下载
- 积分:1
-
PML2D
this program simulates 2D electromagnetic Maxwell equations , by using finite difference time domain method FDTD..and it simulates the perfect matched layer to prevent the reflections that may occure at the boundaries of the problem space
- 2013-08-28 17:18:18下载
- 积分:1
-
SLM
OFDM无线系统中,一种有效降低PAPR的方法,基于随机性高的特点,获得相关性很低的通信信号(OFDM wireless system, a method for effectively reducing PAPR, based on the probabilistic characteristics of high correlation of the communication signal to obtain a low)
- 2014-10-22 18:34:43下载
- 积分:1
-
Kmeans_and_improvedkmeans_and_papers
Kmeans聚类算法以及改进的Kmeans聚类算法,包含收集的很多论文(Kmeans clustering algorithm and Kmeans clustering algorithm and improved, including a lot of paper collection)
- 2014-12-16 18:20:10下载
- 积分:1
-
proficientmatlab
MATLAB课件,有利于学习应用MATLAB (MATLAB software is conducive to studying the application of MATLAB )
- 2009-02-19 21:42:01下载
- 积分:1