-
ParticleFilter
基本的粒子滤波程序,基于重要性采样,初学者很好的例程( Particle Filter SIS Particle Filter)
- 2010-10-14 15:01:55下载
- 积分:1
-
DownhillSimplexMethod.m
Downhill Simplex Method
- 2014-08-11 16:59:08下载
- 积分:1
-
chap5
《滑膜变结构控制matlab仿真》第五章( synovial VSC matlab simulation Chapter 5)
- 2015-04-08 10:01:25下载
- 积分:1
-
MATLAB
完整版的频谱检测算法的MATLAB实现,有原理,有程序,有结果。(Full version of the spectrum to achieve detection algorithm of MATLAB, there are principles, procedures and results.)
- 2009-01-08 11:52:45下载
- 积分:1
-
Assignment
edge detection using matlab
- 2010-11-24 17:30:18下载
- 积分:1
-
Cpp1
加对地支路、非标准变比、稀疏矩阵的潮流计算(Power flow calculation)
- 2015-02-01 13:06:16下载
- 积分:1
-
lyapunov
应用于非线性系统理论的研究,判定系统是否进入混沌状态(Research applied to nonlinear system theory, determines whether the system enters a chaotic state)
- 2015-11-05 10:14:07下载
- 积分:1
-
firstcharpter
《精通MATLAB与C/C++混合程序设计》刘维第二版( Proficient in MATLAB and C/C++ mixed programming design second edition of Liu Wei)
- 2015-04-10 21:50:17下载
- 积分:1
-
fft_enhance_cubs
enhacing finger printimages
- 2009-04-20 17:27:51下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1