-
R2
说明: r/s法matlab函数的中文说明及例程、附带上证hurst数值的计算。(r/s Law of the Chinese matlab function descriptions and routines, with the Shanghai hurst numerical calculations.)
- 2009-05-22 13:52:30下载
- 积分:1
-
kalman-(G)
卡尔曼滤波器的设计,利用matlab编写,主要的内容就是这样的(The kalman filter design, use matlab, the main content is such
)
- 2012-05-15 19:31:17下载
- 积分:1
-
audiolocalization_2mic
以两个麦克风线性阵列为例通过相关函数进行音源定位,定位范围为0到180度(Case of two microphone linear array sound source through the relevant function location, location range from 0 to 180 degrees)
- 2010-12-07 03:51:26下载
- 积分:1
-
qiaodu
关于与峭度相关的一些文章,本人感觉比较不错,对信号处理等有一定的帮助(About the the kurtosis article, I feel quite good, such as signal processing help)
- 2013-01-22 21:49:29下载
- 积分:1
-
New-Folder
this code is to remove the noise from video...........................
- 2011-09-23 20:12:41下载
- 积分:1
-
LR
Logistic Regression Classifier
- 2013-05-05 08:16:28下载
- 积分:1
-
Beyond_STL_cn
c++boost库的中文说明手册,说明比较详细,可以做初始学都的参考资料(the description of the boost lib ,suit for the people who)
- 2014-12-29 14:45:21下载
- 积分:1
-
MATLAB(v2009)
matlab入门教程,适合于初学者,是值得看的好讲义。(this is perfect material of matlab.it s good for you.)
- 2011-12-02 10:55:52下载
- 积分:1
-
SVPWM_MATLAB7.1
基于MATLAB7.1的空间电压矢量控制仿真模型,可在MATLAB7.1直接运行(SVPWM based MATLAB7.1 control simulation model can be run directly in MATLAB7.1)
- 2010-11-11 09:42:51下载
- 积分: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