-
cskmean
用matlab实现iris数据分类,适合初学者的一个很有用的算法(Using matlab to achieve iris data classification, suitable for beginners of a useful algorithm)
- 2009-06-11 22:07:42下载
- 积分:1
-
matlab中用打靶法求解常微分方程组的两点边值问题 shoot
matlab中用打靶法求解常微分方程组的两点边值问题(shooting method for bvps)
- 2020-12-15 20:59:13下载
- 积分:1
-
filter
模极大值滤波,对信号进行分解和重构。所采用信号是matlab自带信号。(Modulus maxima filtering, the signal decomposition and reconstruction. Signal is used in signal matlab own.)
- 2009-04-24 22:52:28下载
- 积分:1
-
softcomputingtechniques
regarding simfile for soft computing techniques
- 2010-01-02 21:48:29下载
- 积分:1
-
chengxuyuwennzhang
说明: 做自适应去噪时用到的三篇很有价值的文献,,并有实现程序,(Adaptive denoising used to do three valuable literature, and have the program)
- 2010-04-23 16:55:36下载
- 积分:1
-
optic-flow
一个matlab程序 从一个avi视频中读取两帧画面进行光流计算 分别用hs算法 lk算法 和块匹配法(A matlab program to read from a two avi video screens were used for optical flow algorithm lk hs block matching algorithm and)
- 2011-10-02 20:58:43下载
- 积分: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
-
minGF
共轭梯度法,用于求解非线性约束问题,适用于matlab程序(Conjugate gradient method for solving nonlinear constrained problem for matlab program)
- 2013-09-25 08:58:02下载
- 积分:1
-
gradient_compute
ML gradient computation
g = grad_ml(X,x,r)
g = gradient vector
X = matrix for receiver positions
x = 2D position estimate
r = TOA measurement vector
sigma2 = noise variance vector
- 2015-01-13 00:22:09下载
- 积分:1
-
mat
matlab simulink 模糊控制器模型(matlab simulink fuzzy controller model)
- 2014-01-17 10:21:25下载
- 积分:1