-
jixianhuan
已知微分方程某某,讨论极限环。在matlab环境下运行(Certain differential equations are known to discuss the limit cycle. In the run under matlab)
- 2011-01-10 20:45:16下载
- 积分:1
-
tftb2002
小波变换时频工具箱,内含各种matlab 程序,仅供参考(wavelet trans tools)
- 2009-07-12 10:02:50下载
- 积分:1
-
FCM
FCM clustering Algorithm
- 2014-11-25 19:56:37下载
- 积分:1
-
matlab
一些matlab在力学中辅助分析的应用算例(Matlab assisted analysis in mechanics numerical example)
- 2013-05-10 09:10:26下载
- 积分:1
-
LDPC-encode-and-decode
说明: ldpc编译码综述,介绍了ldpc的发展的研究现状及各种编译码方法。(ldpc codec Summary)
- 2011-03-24 17:30:57下载
- 积分:1
-
voa
matlab实现VOC数据集的物体扣取。(Matlab VOC cutting data set object)
- 2013-08-27 16:20:57下载
- 积分:1
-
threshold_te
基础线性分类器的检测用于分离超平面是单向垂直的。( TESTING THRESHOLD CLASSIFIER)
- 2009-12-21 16:35:01下载
- 积分:1
-
algoritmos-de-ordenamiento
ALGORITH OF ORDERS IMPLEMENTED IN C++
- 2014-12-18 12:57:11下载
- 积分:1
-
LEx2
finds the ratio between number of local extrema of a signal (vector) to the size of the signal (vector)
- 2010-02-05 23:04:50下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1