-
Matlab
说明: 实现ASK DPSK 调制解调的matlab 仿真(to come true ASK DPSK)
- 2010-05-01 21:13:40下载
- 积分:1
-
OFDM_basic
basic ofdm Access method
- 2013-07-10 18:53:59下载
- 积分:1
-
Matlabstepbystep
stepbystep teaching matlab for graph processing
- 2008-04-16 17:21:51下载
- 积分:1
-
noise
Removing noise from an image in matlab
- 2010-11-27 20:31:28下载
- 积分:1
-
123456
haar小波分解与重构 用matlab实现的(haar )
- 2010-06-22 08:24:30下载
- 积分:1
-
MIMO-channel-estimation-algorithm
说明: MIMO信道估计算法 含有大量各种估计方法(MIMO channel estimation algorithm with a large variety of estimation methods)
- 2011-02-17 14:42:29下载
- 积分:1
-
Todorovic
Todorovic模型,计算蒸散发的程序。在水文学、生态学等领域应用广泛(Todorovic model to compute evapotranspiration)
- 2012-04-07 18:49:20下载
- 积分:1
-
PCA故障诊断步骤
PCA故障分析程序,主元分析法,故障诊断,TE过程的数据。(PCA fault analysis program, principal component analysis, fault diagnosis, TE process data.)
- 2020-06-28 19:20:01下载
- 积分:1
-
txt2BinttQ
text to binary converter
- 2010-07-08 00:24:43下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian 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) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_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
if h is given empty, a figure is created.
output: result - structure with the fields
a - 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:02:55下载
- 积分:1