-
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
-
program
使用MATLAB语言实现数字图像处理的各方面基本功能,希望对大家有用(Using the MATLAB language to implement all aspects of digital image processing basic functions, we want to be useful)
- 2010-05-11 10:50:51下载
- 积分:1
-
MATLABmmm
排队论 MMm 单队多服务 程序化模拟;单服务台;等待时间;排队论(MMm FCFS 程序化模拟;单服务台;等待时间;排队论)
- 2010-05-16 04:19:16下载
- 积分:1
-
NumAna_GaussElim
这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。
程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。(The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and under MATLAB6.5 test.)
- 2007-12-24 16:56:06下载
- 积分:1
-
MATLABsignalsandsystems
主要讲Matlab信号与系统方面的知识,对熟悉与了解MATLAB很有帮助(Matlab main speaker signal and system knowledge, and understanding to people familiar with MATLAB helpful)
- 2009-04-29 19:45:24下载
- 积分:1
-
xiaodianliujiediguzhang
说明: 在matlab平台下的小电流接地故障仿真(Grounding Fault Simulation of Small Current for matlab)
- 2019-05-17 16:36:17下载
- 积分:1
-
ImagesSqueezer
利用Matlab软件进行可视化操作,从而达到压缩图像的目的。(To squeeze images by the agency of a visible software called Matlab.)
- 2009-05-15 23:15:11下载
- 积分:1
-
matlab-network
使用matlab进行神经网络建模,再用网络模型解决生活中的实际问题(use matlab to build nero network and solve daily problems)
- 2015-02-07 08:17:34下载
- 积分:1
-
新建文件夹
层次聚类(hierarchical clustering)matlab算法实现:包括图,代码,数据集。(the matlab implementation of Hierarchical clustering algorithm,)
- 2017-06-05 12:55:22下载
- 积分:1
-
isolated land
说明: 主动频率偏移法的改进,可以作为参考,只是需要一定的文献才能看懂(this s a typical method to solve the problem about the isolated land)
- 2019-05-16 14:19:35下载
- 积分:1