-
MATLABproceduralmanuals
学习MATLAB的书籍,Matlab的程序教程,主要是简单的编程和小程序(Books to learn MATLAB, Matlab procedural manuals, mainly simple programming and small program)
- 2010-09-06 16:03:16下载
- 积分:1
-
ft_lms
修改部分权矢量的NLMS算法及学习曲线(指最小均方误差)(NLMS algorithm and the learning curve of this part of the weight vector (MMSE))
- 2012-11-29 22:04:05下载
- 积分:1
-
Two_line_Element
matlab filter elements
- 2013-07-31 21:52:30下载
- 积分:1
-
greymodel
灰色预测模型在Matlab的语言编程(基于GM(1,1)模型)(GM(1,1))
- 2009-04-08 00:19:17下载
- 积分:1
-
plotyyy
matlab如何绘3 y轴图(一个横坐标,三个纵坐标)?_(Draw three vertical coordinates)
- 2014-09-07 23:31:11下载
- 积分:1
-
New-folder
resampling program in matlab
- 2013-09-10 19:04:01下载
- 积分:1
-
S.J.Chapman
有关S.J.Chapman《MATLAB编程》中文版修正版的书籍资料(For SJChapman " MATLAB Programming" revised version of the book Chinese data)
- 2010-10-14 18:18:04下载
- 积分:1
-
LKPR-marzat
基于SIFT的光流运动检测,能够解决遮挡问题,有效提高检测的精度。(SIFT-based optical flow motion detection, can solve the occlusion problem, improve detection accuracy.)
- 2010-05-07 18:46:27下载
- 积分:1
-
fig1_13
对三种不同的检测距离数值,脉冲宽度相对所要求的最小SNR的数值(radar SNR)
- 2012-04-16 11:11:34下载
- 积分: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