-
untitled
电力系统单机无穷大系统的仿真,包括三相短路单相短路(Single machine infinite bus power system)
- 2013-01-10 12:17:56下载
- 积分:1
-
heed-matlab
这是HEED协议的源代码,根据论文的描述缩写,基本实现了论文的功能,但是有些微小的出入。(HEED protocol source code, according to the paper' s description of abbreviations, the basic functionality of papers, but some minor discrepancies.)
- 2013-03-20 16:51:34下载
- 积分:1
-
tuxiang
matlab图像特征提取程序。。。图像特征统计及计算(matlab image feature extraction procedures. . . Statistics and computing image features)
- 2013-12-03 19:34:58下载
- 积分:1
-
FFT
基于MATLAB平台实现利用FFT计算线性卷积(MATLAB-based platform for the realization of the linear convolution calculation using FFT)
- 2009-06-12 15:08:40下载
- 积分:1
-
sound-denoising-using-wavelet
this code is developed in matlab for different sound using wavelets
- 2013-10-06 18:59:41下载
- 积分:1
-
derivative
matlab数值分析计算源代码,供广大研究者学习(Numerical Analysis matlab source code, for the majority of researchers to learn)
- 2013-11-22 21:42:30下载
- 积分:1
-
space_vector_modulation
space vector modulation with simulink
- 2010-12-19 19:47:42下载
- 积分:1
-
readsegy
这是读取segy文件的matlab程序,对matlab中数学建模计算有着重要的作用(This matlab program read segy file.)
- 2012-08-29 10:43:42下载
- 积分:1
-
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
-
denoise
I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the data, clustering and ICA for the separation between data and noise. (I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the data, clustering and ICA for the separation between data and noise.)
- 2008-04-25 15:20:07下载
- 积分:1