-
SVM_lzb1p2015
matlab工具箱,SVM。。。支持向量基(matlab toolbox, SVM. . . Support vector-based)
- 2010-09-08 17:16:10下载
- 积分:1
-
0101001
实现人员出入管理,输入和输出,人员的添加,管理!(to made the people s manage!)
- 2009-12-26 20:29:23下载
- 积分:1
-
cap08
Matlab book Engineering Matlab Programming Engineering Matlab Programming
- 2009-03-19 19:51:02下载
- 积分:1
-
MATLAB
MATLAB+程式設計與應用+張智星++清蔚科技出版(Matlab Programming)
- 2010-01-25 08:39:11下载
- 积分:1
-
interpft_cubic
对非同步采样数据进行三次样条插值同步化处理,进而可进行谐波分析。(The asynchronous sample data can be synchronized by using the interpolation of cubic function)
- 2014-02-21 18:29:04下载
- 积分:1
-
emdfenjie
对采集到的振动信号进行EMD分解,得到一系列频率不同的经验模态函数IMF分量,可以用来滤波和提取原信号的特征。(The collected vibration signals of EMD, get a series of different frequency components of IMF empirical mode function can be used to filter and extract features of the original signal.)
- 2014-03-25 09:19:12下载
- 积分:1
-
naive-bayes-classifier
程序实现了naive bayes classifier, 并附有对美国参议院根据投票情况来判断议员属于民主党还是共和党的例子。(Program achieved a naive bayes classifier, along with the U.S. Senate voting to determine under Democrat and Republican members belonging examples.)
- 2013-08-04 02:31:08下载
- 积分:1
-
Shape-Recognation
这是在MATLAB环境下的一个进行图像连通,识别,提取质心的程序。(This is an image communication, recognition in a MATLAB environment, extracting the centroid of the program.)
- 2015-11-04 22:14:28下载
- 积分:1
-
wilson_zeta_3
seismic response analysis of MDOF structures using wilson-theta method
- 2011-04-20 17:36:17下载
- 积分:1
-
fit_ML_normal
fit_ML_normal - Maximum Likelihood fit of the normal distribution of i.i.d. samples!.
Given the samples of a normal distribution, the PDF parameter is found
fits data to the probability of the form:
p(r) = sqrt(1/2/pi/sig^2)*exp(-((r-u)^2)/(2*sig^2))
with parameters: u,sig^2
format: result = fit_ML_normal( x,hAx )
input: x - vector, samples with normal distribution to be parameterized
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
sig^2,u - fitted parameters
CRB_sig2,CRB_u - Cram?r-Rao Bound for the estimator value
RMS - RMS error of the estimation
type - ML
- 2011-02-09 19:09:33下载
- 积分:1