-
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
-
Cheby
Cheby 四种基本滤波器(Cheby four basic filter)
- 2008-05-23 18:48:38下载
- 积分:1
-
MATLAB
包含大量的MATLAB使用技巧,非常实用(Contains a large number of MATLAB tips, very useful)
- 2012-04-30 12:17:15下载
- 积分:1
-
TM-MATLAB
该代码是模拟TM波在真空下传播的MATLAB源程序(The code is a simulation of TM wave propagation in a vacuum under the MATLAB source code)
- 2010-05-25 16:40:10下载
- 积分:1
-
VBaMatlabexchenge-data
VB与matlab混合编程,实现VB与matLAB数据传递,完成相关编程(VB and matlab mixed programming, data transfer between VB and matLAB, complete the relevant programming)
- 2013-10-29 10:10:58下载
- 积分:1
-
BLDC
基于matlab的无刷直流电机仿真速度PI,电流PI双闭环仿真(Matlab-based simulation of brushless DC motor, using speed PI, current PI double closed loop control.)
- 2021-04-18 13:48:51下载
- 积分:1
-
802p11TGn_ChannelModel
matlab编写的802.11n的信道模型仿真(matlab prepared 802.11n channel model simulation)
- 2021-04-06 20:29:02下载
- 积分:1
-
BP_NNT_CPSB
说明: 把训练数据拷入,load的*.m文件中,
文件中部load的*.m为测试数据
save 存盘的文件为测试数据的bp预测值,
该程序可以扩充n个输入,n个输出,很容易
(Copyed the training data, load the*. m file, the central load of*. m files for test data, save the file to save to disk bp predictive value of test data, the program can be expanded to n inputs, n outputs, it is easy)
- 2010-04-06 17:02:27下载
- 积分:1
-
fzpid
模糊PID仿真程序,MATLAB环境开发.(fuzzy PID simulation program, MATLAB development environment.)
- 2007-03-15 16:31:53下载
- 积分:1
-
D_2CFAR
两部传感器,相互采用CA-CFAR性能分析,并比较了不同融合准则下的性能(Two sensors each other using the CA-CFAR performance analysis, and compare the performance of different fusion criterion)
- 2012-05-24 00:19:37下载
- 积分:1