-
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
-
orlcreatedataset
it is a code for create orl data set for face recognition perpose
- 2010-07-23 22:37:09下载
- 积分:1
-
SARlarge
星载合成孔径雷达的回波模拟场景设置程序,以及地固坐标和经纬度坐标的转换Matlab程序(Spaceborne synthetic aperture radar echo simulation scenario setup program, and coordinates and latitude and longitude coordinates to fixed conversion Matlab program)
- 2010-12-07 21:54:25下载
- 积分:1
-
Target_Tracking_Simulation_Program
MATLAB雷达信号处理程序,非常完整的MATLAB程序(MATLAB radar signal processing coding)
- 2013-08-27 15:39:02下载
- 积分:1
-
elecfans
这是小波变换理论,精确的演示了小波变换过程,值得大家好好学习(This is the wavelet transform theory, accurate presentation of the wavelet transform process, we learn worth)
- 2011-11-21 20:26:13下载
- 积分:1
-
mi-(2)
幂法是一种计算矩阵主特征值(矩阵按模最大的特征值)及对应特征向量的迭代方法, 特别是用于大型稀疏矩阵。
(The power method is a method of calculating the matrix eigenvalue (matrix largest characteristic value) and the iterative method of the corresponding feature vector, particularly for large sparse matrix.)
- 2012-10-06 17:03:30下载
- 积分:1
-
m-files
5 m-files
1:SQ.m : converts from s-domain to q-domain
2:ZQ.m : converts from z-domain to q-domain
3:sym2s : converts from symbolic to s-domain
tf2str : Converts from Transfer function to string
sym2str : converts from symbolic to string
- 2010-10-20 19:16:43下载
- 积分:1
-
shiyong
自适应lms仿真 MATLAB程序 仿真计算统计误差 (MATLAB Simulation of Adaptive LMS process simulation statistical error)
- 2008-06-07 14:31:43下载
- 积分:1
-
ML-estimator
极大似然估计器用于简单通信系统模拟,估计A1,A2:
s1 = x11*A1 + x12*A2
s2 = x21*A1 = x22*A2
r1 = s1 + n1
r2 = s2 + n2(Maximum likelihood estimator for a simple communication system simulation, it is estimated that A1, A2: s1 = x11* A1+ x12* A2 s2 = x21* A1 = x22* A2 r1 = s1+ n1 r2 = s2+ n2)
- 2013-03-22 11:39:44下载
- 积分:1
-
arnoldi-decomposition
Alnoldi decomposition of matrix used for computing AX =b solution
- 2015-01-27 05:30:05下载
- 积分:1