-
chapter1
说明: matlab 遗传算法,遗传算法简介,遗传算法原理,遗传算法代码,案例分析(Matlab genetic algorithm, brief introduction of genetic algorithm, principle of genetic algorithm, code of genetic algorithm, case analysis)
- 2020-12-03 15:29:24下载
- 积分:1
-
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
-
Malthus_Model
Malthus_Model模型的原形,以及包括绘图的源代码。希望对正在学习的你有帮助。(Malthus_Model prototype model, and includes source code for the drawing. Hope you are learning to help.)
- 2011-05-05 23:17:34下载
- 积分:1
-
复件cmacpid
说明: 一个用于机器人控制的PID与CMAC并行控制的源程序(a robot for the PID control with CMAC parallel control of the source)
- 2006-02-21 13:38:35下载
- 积分:1
-
可用于地震勘探信号处理中的地震盲反褶积 FastICA25
可用于地震勘探信号处理中的地震盲反褶积的FastICA25代码。( FastICA25 code! Can be used in seismic exploration signal processing of seismic blind deconvolution .)
- 2011-10-16 16:44:30下载
- 积分:1
-
round60063
Round Numeric array element values to IEC 60063 (E-Series) component values.
- 2014-12-22 16:09:44下载
- 积分:1
-
blcok_diagonalized_ci
说明: mimo下行基于块对角化信道逆转的多用户预编码程序。(mimo downlink multi-user precoding based on block diagonalization channel inversion)
- 2009-08-26 14:16:44下载
- 积分:1
-
recognition-matlab
基于matlab的车牌识别图像预处理,图像灰度图像腐蚀(Based on license plate recognition matlab)
- 2011-04-24 10:59:53下载
- 积分:1
-
policygradientlibrary
pomdp中关于策略梯度的matlab代码实现,非常详细。(pomdp on strategies to achieve gradient matlab code, very detailed.)
- 2010-05-17 15:13:26下载
- 积分:1
-
matlab
matlab插值与拟合(命令与示例),一维插值、二维插值、三角测量和分散数值差值(Interpolation and fitting
)
- 2012-05-25 18:31:46下载
- 积分:1