-
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
-
geneticalgrithmneuralnet
这段程序是用遗传算法优化神经网络权值和阈值的gaot工具箱(This procedure is to use genetic algorithms to optimize neural network weights and thresholds of gaot Toolbox)
- 2008-05-13 10:32:30下载
- 积分:1
-
Faceseg
video detection file
- 2011-01-10 13:47:54下载
- 积分:1
-
dsp4
说明: 利用matlab强大的数据处理功能和图形化功能来对信号进行处理,这是吴镇扬的数字信号处理第四次实验的全部代码,可用来参考(Using matlab powerful data processing and graphical capabilities of signal processing, which is the fourth digital signal processing Zhen-Yang Wu experiment all of the code can be used to refer to)
- 2011-03-27 15:20:08下载
- 积分:1
-
extractEnergyProportionByFFT2
对脑电时域信号提取30Hz以内各个节律波能量比重(Extracting energy proportion of each rhythm within 30Hz for EEG time-domain signal)
- 2021-04-16 15:58:53下载
- 积分:1
-
S229_Boost_01
电力电子DC-DC变换---Boost升压斩波器MATLAB仿真(Power electronics, DC-DC straight converter- Boost chopper MATLAB/Simulink simulation files)
- 2012-03-15 19:31:32下载
- 积分:1
-
Coswavelet
余弦小波变换源程序,开发环境为matlab(cosin wavelet transform code using matlab)
- 2009-12-16 22:45:02下载
- 积分:1
-
EM_GM
EM algorithm for k multidimensional Gaussian mixture estimation
- 2014-02-10 04:05:06下载
- 积分:1
-
遗传算法求最优解
说明: 基于遗传算法的求最优解,matlab全部代码。(Finding the optimal solution based on genetic algorithm)
- 2019-11-19 21:35:24下载
- 积分:1
-
communication-simulation-code
matlab通信工程仿真的代码,各章的代码都有,使用matlab编译的,都已经通过验证,运行,希望对你有点帮助!(matlab communication engineering simulation code, each chapter code, using matlab compiled, have validated run, you want a little help!)
- 2013-02-28 14:43:50下载
- 积分:1