-
larange
该算法实现了拉格朗日插值并比较了龙格现象(The Lagrange interpolation algorithm and compared the Runge phenomenon)
- 2007-10-26 21:26:49下载
- 积分:1
-
INface
this documents will be useful to study about face recognition
- 2011-02-01 20:44:30下载
- 积分:1
-
MUSIC
阵列信号处理常用的MUSIC算法,包括经典MUSIC,求根MUSIC,基于四阶累积量的MUSIC等(MUSIC usual array signal processing algorithms, including the classic MUSIC, Root MUSIC, based on fourth-order cumulant MUSIC etc.)
- 2013-10-15 18:24:41下载
- 积分:1
-
Source-code
HDMI 切换开关LT8631_Software,(HDMI HUB LT8631_Software,)
- 2015-02-26 09:38:42下载
- 积分:1
-
ME3760
中兴4G模块资料(LTE),资料包括硬件设计和AT指令(Zte s 4 g module data (LTE), the information including hardware design and the AT command)
- 2013-12-26 09:49:04下载
- 积分:1
-
metric
说明: 评价聚类算法的一些指标,比如NMI,RI,MI等等(measurement for clustering)
- 2021-04-21 14:18:49下载
- 积分:1
-
数学建模方法与分析
说明: 数学建模方法与分析,全部代码及其相关资料(Mathematical modeling method and analysis)
- 2021-03-24 22:46:14下载
- 积分:1
-
粒子群优化算法
资源描述智能求解算法,适用于求解多位多约束问题,在电力系统优化问题中经常用到,最基本的李群群优化算法,包括详细的注释,适用于求解问题,有需要的学者多多下载支持
- 2022-04-15 22:39:49下载
- 积分:1
-
dsbformatlab
some code use for dsb matlabe
- 2009-05-26 02:38:12下载
- 积分: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