-
SVM_luzhenbo
1、工具箱:LS_SVMlab
Classification_LS_SVMlab.m - 多类分类
Regression_LS_SVMlab.m - 函数拟合
2、工具箱:OSU_SVM3.00
Classification_OSU_SVM.m - 多类分类
3、工具箱:stprtoolsvm
Classification_stprtool.m - 多类分类
4、工具箱:SVM_SteveGunn
Classification_SVM_SteveGunn.m - 二类分类
Regression_SVM_SteveGunn.m - 函数拟合
(a toolbox : LS_SVMlab Classification_LS_SVMlab.m-over classification Regression_LS_SVMlab.m-function fitting 2, toolbox : OSU_SVM3.00 Classification_OSU_SVM.m-over classification 3, toolbox : stprtool svm Classification_stprtool.m-over category Categories 4, toolbox : SVM_SteveGunn Classification_SVM_SteveGun n.m-II classification Regression_SVM_SteveGunn.m-fitting function)
- 2007-01-23 16:37:47下载
- 积分:1
-
matlab-study-material
matlab简明教程,有大量实例,供大家参考学习!(matlab simple tutorial, a large number of instances, for your reference to learn!)
- 2012-08-08 15:52:36下载
- 积分:1
-
ACO_Improvement
利用蚁群算法的改进算法实现图像分割,并与传统蚁群算法作比较(The improved ant colony algorithm is used to realize image segmentation and compared with the traditional ant colony algorithm.)
- 2019-06-09 16:27:22下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
fangchafenxi
通过调用anova1函数作单因素一元方差分析(Anova1 function by calling a dollar for single factor analysis of variance)
- 2010-11-29 00:48:28下载
- 积分:1
-
SmartTag
Smarttag control manipulation
- 2015-02-11 09:38:48下载
- 积分:1
-
Unitary--ESPRIT
unitary esprit 测向 direction finding (unitary esprit direction of arrival)
- 2015-04-02 21:28:53下载
- 积分:1
-
one_cap_complex_volterra_NLMS_2nd_order
cap nonlinear compensation using 2nd order volterra
- 2018-08-29 14:18:27下载
- 积分:1
-
xiaobo
基于小波变换的局部放电信号消噪技术研究,包括程序和参考文献。(Noise cancellation technology research partial discharge signal based on wavelet transform, including the program and reference papers.)
- 2021-04-13 12:38:56下载
- 积分:1
-
automatic-modulation-recognition
A.K.Nandi和E.E.Azzouz的期刊文献,是关于自动调制识别的经典文章,他们在基于模式识别方式上提出的自动识别的几个特征参数,是当前该领域研究的基础,对该领域研究来说有很大参考价值。(AKNandi and EEAzzouz of journal articles, is about the automatic modulation recognition of the classic article, based on pattern recognition in the way they presented the automatic identification of several characteristic parameters, is the basis of current research in this field, research in this area is a great reference value.)
- 2011-06-11 14:51:57下载
- 积分:1