-
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
-
pwm
应用matlab中的simulink仿真环境实现由三相正弦波产生PWM波形的仿真实验。(Application of matlab in simulink simulation environment arising from the three-phase sine wave PWM waveform simulation.)
- 2007-12-19 21:33:37下载
- 积分:1
-
harris-laplace
这是基本的脚点检测算法,里面包含了harris detector和harris-laplace detector code,便于操作。(This is the basic foot-point detection algorithm, which includes harris detector and harris-laplace detector code, easy to operate.)
- 2020-11-19 20:39:41下载
- 积分:1
-
Apriori-association
基于matlab的关联规则在实际中的用途很广泛,欢迎使用(matlab apriori)
- 2009-12-27 20:45:12下载
- 积分:1
-
GUIDEvideo2
MATLAB GUIDE设计视频教程,简单易学,很容易上手(MATLAB GUIDE Video Design Guide, a simple easy to learn, very easy to get started)
- 2006-11-06 17:47:05下载
- 积分:1
-
Computer-aided-design-and-simulation
计算机辅助设计与仿真的经典算例,解决一类仿真问题(Computer-aided design and simulation of the classic examples, solving a class of simulation problems)
- 2014-02-18 10:34:31下载
- 积分:1
-
The-Hybrid-Particle-Swarm-Algorithm
蚁群算法应该到货物搬送问题中,同时也可应用于电力系统调度优化中(Ant colony algorithm to the cargo bay should be problems, can also be applied in power system scheduling optimization)
- 2011-05-27 11:21:50下载
- 积分:1
-
SCEGET
shuffled complex evolution method (function)
- 2013-12-13 03:54:02下载
- 积分:1
-
Untitled
线性方程组的cg解法matlab,可以用于cg方法来计算线性方程组(Cg solution of linear equations matlab)
- 2010-11-08 18:18:43下载
- 积分:1
-
43b2c2238cf4
说明: 下变频电路仿真,基于matlab的先变频电路的仿真。(Down conversion circuit simulation)
- 2011-03-28 09:14:01下载
- 积分:1