-
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
-
nonlinear_model_predictive_control
matlab编程预测控制-------------(matlab programming predictive control-------------)
- 2010-02-01 19:35:37下载
- 积分:1
-
antongdao
说明: 应用了一种简单但有效的图像先验规律即暗原色先验规律,来为单幅图像去雾。(Application of a simple but effective rules that dark color image prior law prior to the single image to the fog.)
- 2011-04-14 12:16:37下载
- 积分:1
-
Alamouti_16QAM_22_correlation
说明: Alamouti空时编码,2*2相关信道,16QAM。(Alamouti Space Time Coding, 2*2 correlation channel, 16QAM.)
- 2010-04-28 14:49:26下载
- 积分:1
-
gm
说明: 灰色预测模型是一种模糊预测算法,可以对信息不完全的或不知发展规律的变量进行预测(Gray prediction model is a fuzzy prediction algorithm, you can not know or incomplete information to predict the development of the law of variable)
- 2013-08-26 17:54:50下载
- 积分:1
-
source_matlab
读取NMEA0183格式,适合做卫星导航读取数据参考,可以用于科研。(Read the NMEA0183 format, suitable for satellite navigation read data reference, can be used in scientific research.)
- 2013-11-24 16:29:37下载
- 积分:1
-
DC-to-DC-buck-converter--with-control-loop
DC to DC buck converter, with control loopDC to DC buck converter, with control loopDC to DC buck converter, with control loopDC to DC buck converter, with control loop
- 2013-10-24 23:03:41下载
- 积分:1
-
matlab
说明: 级数展开式近似计算函数值(matlab)(Series expansion of the approximate function value (matlab))
- 2010-04-05 20:50:25下载
- 积分:1
-
经典航迹关联算法track-association-algorithm-
经典航迹关联算法,包括加权关联,序贯关联,模糊关联,以及小波处理后性能对比仿真(Classical track correlation algorithm, including weighted association, sequential correlation, fuzzy association, and performance comparison simulation after wavelet processing)
- 2021-04-25 21:28:45下载
- 积分:1
-
great_circle_path
Generate a great circle "trajectory" from [lat1,lon1] to [lat2, lon2].
- 2009-05-10 20:56:31下载
- 积分:1