-
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
-
CoxWmk_0.7
基于DCT的数字水印matlab编程实现源码(DCT-based digital watermarking matlab programming source code)
- 2010-11-03 15:41:37下载
- 积分:1
-
math
解决一些算法问题 ,并且有助于提高数学(solve problems and help develop)
- 2010-12-09 21:50:30下载
- 积分:1
-
mathematicalmodelingcontestcode
说明: 它包含了大学生典型的数学建模竞赛matlab源代码,非常实用。(It contains the typical college students of mathematical modeling contest matlab source code, very useful.)
- 2010-03-22 17:17:30下载
- 积分:1
-
RayTrace---0
说明: 声 线 跟 踪 计 算 程 序,raytrace,
- 2011-03-26 21:52:58下载
- 积分:1
-
SM_VBALST_MRCcomparision
空间调制程序,包含SM,VBLAST,MRc三种算法的性能对比,对空间调制的入门初学者很重要,程序完整,可以直接运行(Spatial modulation procedures, including SM, VBLAST, performance comparison MRc three algorithms for spatial modulation of beginners is very important, program integrity, and can be run directly)
- 2015-01-15 10:14:51下载
- 积分:1
-
cwr_em
CWR_LEARN Fit the parameters of a cluster weighted regression model using EM
- 2010-12-02 10:29:32下载
- 积分:1
-
SPWM
说明: 基于c语言的再matlab上对spwm进行编程的程序源码 m文件 三相(Matlab c language based on the re-programming of the program source code spwm file-phase m)
- 2011-02-26 15:56:42下载
- 积分:1
-
hist2D
用于计算图象点灰度-区域灰度直方图的函数,用MATLAB语言实现.(used to calculate the gray image point-regional gray histogram function using MATLAB.)
- 2007-04-01 10:55:37下载
- 积分:1
-
frft
实现了chirp信号的分数阶傅立叶变换,表现出了其能量聚集效果,另外对单频、多频、高斯信号进行了分数阶傅立叶变换(The chirp signal Fractional Fourier Transform, showing the effect of its energy gathered addition of single-frequency, multi-frequency Gaussian signal Fractional Fourier Transform)
- 2021-03-05 21:19:31下载
- 积分:1