-
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
-
apprix_kalman
kalman中计算指数收敛的矩阵级数近似求矩阵逆的算法步骤(Tracking index calculated convergence of Matrix series approximation for the inverse matrix algorithm steps)
- 2007-07-10 22:46:53下载
- 积分:1
-
ControlSystemCalibration
使用matlab进行系统的超前和滞后校正,以使得所设计系统达到想要的性能。(Matlab systematic use of lead and lag correction, designed to make the system to achieve the desired performance.)
- 2010-11-25 13:44:02下载
- 积分:1
-
rls
基于matlab程序的rls算法及其学习曲线(Based on the the matlab program' s rls algorithm and its learning curve)
- 2013-04-07 18:09:02下载
- 积分:1
-
regionGrow
区域生长算法,运行后鼠标左键单击图像区域的一点开始分割,可点击多次,单击右键结束运行。(Regional growth, and after the left mouse button click on image of a division, but it starts at times, click the right key to an end run.
)
- 2011-06-23 20:38:15下载
- 积分:1
-
mcode
基于最小二乘的解扩重扩波束成形算法matlab实现(the implementation of beamforming algorithm based on least squares spread despread algorithm in matlab.)
- 2013-08-04 11:14:39下载
- 积分:1
-
zhengliulvbo
基于Simulink的整流滤波电路仿真,通过选择不同的电抗元件,得到最为理想的滤波效果。(Simulink-based simulation of the rectifier filter circuit)
- 2009-03-11 10:03:23下载
- 积分:1
-
tfrppage
说明: page变换例程,可以对信号进行柯恩类时频分布中的page变换(page conversion routines, you can type on the signal time-frequency distribution of Cohen)
- 2008-10-13 10:48:10下载
- 积分:1
-
power_svpwm_multiPhasesLevel
power_svpwm_multiPhasesLevel.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_svpwm_multiPhasesLevel.rar,
Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:44:08下载
- 积分:1
-
Matlabmannual
用户手册是一本关于MATLAB的参考书,其中有大量的实例和相关应用介绍,值得大家收藏,可以作为学习教材和开发的参考书. English version(User)
- 2007-09-28 20:27:30下载
- 积分:1