-
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
-
mex_matlab
使用matlab调试C文件,mex相关操作。附带说明和源程序。(This code use matlab to debug the code which is writed by c.)
- 2009-04-03 10:31:13下载
- 积分:1
-
APF
PSCAD中设计的APF有源滤波器的仿真模型(pscad APF)
- 2013-12-14 15:20:10下载
- 积分:1
-
GACOTSP
广义蚁群算法在TSP问题中的实现,得出蚂蚁寻找到的最优路径和收敛过程。(Generalized ant colony algorithm in TSP problems, draw ants to find the optimal path and the convergence process.)
- 2013-12-19 14:43:55下载
- 积分:1
-
quzao
阀值去噪 用db1小波对原始信号进行3层分解并提取系数(Db1 wavelet threshold de-noising with the original signal decomposition and extraction coefficient of 3 layers)
- 2015-03-10 20:51:28下载
- 积分:1
-
Lms_beamform
lms自适应波束形成小程序,主要适用于阵列信号处理的学习阶段。(lms beamform)
- 2020-12-21 11:09:08下载
- 积分:1
-
bpelmanrbfgrnn
预测股市的matlab程序,可以选择神经网络类型,更可以推广使用(Stock market prediction matlab program, you can choose the type of neural network, but also to promote the use of)
- 2007-09-04 15:01:35下载
- 积分:1
-
waterfilling
power allocation in ofdma using iiwf
- 2010-02-04 17:44:44下载
- 积分:1
-
lscatter
Like Matlab s scatter command, lscatter produces a scatter plot. Unlike scatter, it allows you to also use a vector of labels that are used instead of the usual uniform markers.
lscatter(x,y,l)
generates a scatter plot where label{i} is placed at the coordinate (x(i),y(i)), for all i.
The program accommodates a large number of options which make it easy to taylor the output to your needs. The included example script should help you get started.
Please comment if you like it or find it useful.
- 2010-07-05 12:00:57下载
- 积分:1
-
01
说明: 信号处理中显示已有文件时域波形的matlab程序,显示它的时域波形(Time-domain waveform signal processing existing file matlab program, and its time-domain waveform)
- 2013-03-09 17:37:15下载
- 积分:1