-
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
-
TSP
旅行商问题(traveling saleman problem,简称tsp) 的遗传算法matlab 程序,具体说明文件内有(matlab for traveling saleman problem )
- 2011-04-30 13:15:37下载
- 积分:1
-
eg19-PNN-guzhangzhengduan
《MATLAB神经网络30个案例分析》中的第19个例子,案例19 概率神经网络的分类预测-基于PNN变压器故障诊断。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 19 example, 19 cases of probabilistic neural network classification prediction based on PNN transformer fault diagnosis. Hope to have certain help to everybody!
)
- 2013-09-20 16:34:49下载
- 积分:1
-
psvec
matlab编写的关于fdtd编程的步骤和具体方法,适合初学者,且直接是三维结构,用mur吸收边界条件(Matlab fdtd prepared by the programming steps and concrete measures for beginners, which is the three-dimensional structure directly with mur absorbing boundary conditions)
- 2020-09-10 16:08:00下载
- 积分:1
-
Langmuir_Probe
Langmuir_Probe PLASMA simulation
- 2013-09-03 23:27:35下载
- 积分:1
-
DPKJHFJH
摄影测量学重要内容:单像空间后方交会(非常实用)(Photogrammetry: single space resection)
- 2012-10-28 18:04:26下载
- 积分:1
-
321
介绍了matlab程序在信号处理中的应用和其中使用的程序(the introduction of matlab using in SP)
- 2011-12-25 16:06:40下载
- 积分:1
-
Simulation
BER of BPSK Modulation In AWGN Channel
- 2007-12-04 12:18:55下载
- 积分:1
-
lifting_signal_compression2
说明: 提升小波压缩算法提升小波压缩算法提升小波压缩算法提升小波压缩算法(Lifting Wavelet compression algorithm of wavelet compression algorithm to enhance lifting wavelet compression algorithm lifting wavelet compression algorithm)
- 2009-08-05 12:05:55下载
- 积分:1
-
paper_505_code
Best code for matlab face recognition!!!!
- 2011-05-25 21:16:30下载
- 积分:1