-
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
-
vblast_zf_wq
vblast,迫零检测算法和消除干扰的迫零检测算法误帧率对比图(vblast zero forcing detection algorithm and to eliminate the interference zero forcing detection algorithm frame error rate comparison chart)
- 2012-05-30 18:04:25下载
- 积分:1
-
spectrum-analysis-
图像频谱分析MATLAB程序,适合于所有需要的波形(Image spectrum analysis MATLAB program)
- 2013-10-05 17:29:11下载
- 积分:1
-
symbol-timing-synchronization
QPSK平方律定时同步算法实现定时误差和定时恢复(QPSK square timing synchronization algorithm ,estimate timing error and timing error correction
)
- 2021-03-26 13:59:13下载
- 积分:1
-
CRF
应用条件随机场知识对图像进行分割,场景理解。(Application CRFs knowledge of image segmentation, scene understanding.)
- 2014-02-10 14:06:37下载
- 积分:1
-
km_demo
k均值是想过程,开发工具是MATLAB。详细实现了k均值算法(k-means is to want to process,the development is matlab)
- 2012-06-25 20:31:14下载
- 积分:1
-
onedimensionalpropagation.m.tar
1D FDTD Simulation with Matlab
- 2011-08-26 08:54:55下载
- 积分:1
-
pl-log
这个是对PL-logdist和PL-lognormal的一个仿真。程序简单易懂,但是意义不小。有专门的画图子程序。(This is a PL-logdist and PL-lognormal a simulation. Procedures are simple, but the meaning is not small. Have a special drawing routines.)
- 2013-09-03 16:03:50下载
- 积分:1
-
局部搜索最优化问题程序
关于matlab最优化处理的一个局部搜索最优化问题程序(A local search optimization procedure for MATLAB optimization.)
- 2020-10-29 16:39:56下载
- 积分:1
-
SRUKF
说明: 利用无迹卡尔曼滤波的平方根形式做的一个简单例子(A sample case of using SRUKF to find the true value)
- 2019-05-02 21:47:12下载
- 积分:1