登录
首页 » matlab » svmprogram

svmprogram

于 2021-04-06 发布 文件大小:11KB
0 141
下载积分: 1 下载次数: 107

代码说明:

  SNM支持向量机预测,回归分析,数据预测。实验验证(SNM prediction, support vector machine regression analysis)

文件列表:

randseparate.m,285,2012-06-23
randsetest.m,215,2012-05-10
SVM.xls,12800,2012-05-19
svmerwei.m,3748,2012-06-23
svmmain.m,4098,2012-12-27
svmsim.m,771,2012-06-23
svmtrain.m,3295,2012-06-23
svmyiwei.m,3480,2012-06-23
程序说明.txt,297,2012-06-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bcsk
    这是BCSK Simulation for AWGN & Rayleigh Channels, 详细的算法说明见程序注释. (This is BCSK Simulation for AWGN )
    2007-11-27 00:24:01下载
    积分:1
  • MOEA-NSGA-II
    多目标遗传算法通用编程包,是解决复杂多目标问题的通用程序(MOEA-NSGA)
    2009-04-28 21:20:04下载
    积分:1
  • Lorenz_bifur_r
    lorenz系统的分叉研究,主研是研究稳定性的相关东西(lorenz system of bifurcation, the main research is to study something related to the stability of)
    2011-10-16 14:41:33下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • MARKOV
    隐马尔科夫过程预测编码,对于使用或研究隐马尔科夫模型的人会有帮助。(Hidden Markov process predictive coding, for the use of hidden Markov models or research who will help.)
    2013-10-14 22:17:02下载
    积分:1
  • adaptive-filter
    包含各种自适应滤波程序,线性、非线性,FIR及IIR,matlab实现(Program includes a variety of adaptive filtering, linear, nonlinear, FIR and IIR, matlab implementation)
    2011-11-15 16:08:45下载
    积分:1
  • dct-precoded-SLM-method-for-PAPR-reduction
    dct precoded SLM method for PAPR reduction High Peak to Average Power Ratio (PAPR) is still a most important challenge in Orthogonal Frequency Division Multiplexing (OFDM) system. In this paper, we propose a Discrete Cosine Transform (DCT) precoding based SLM technique for PAPR reduction in OFDM systems. This technique is based on precoding the constellation symbols with DCT precoder after the multiplication of phase rotation factor and before the Inverse Fast Fourier Transform (IFFT) in SLM-OFDM System.
    2012-01-12 20:45:52下载
    积分:1
  • controllable_PWM_Rectifier
    pwm整流器的建模仿真以及可以实现双闭环控制,并已经验证可以成功(controllable PWM Rectifier pwm rectifier modeling and simulation can achieve double-loop control, and validation can)
    2012-03-18 19:27:43下载
    积分:1
  • youlifenshiduoxiangshi
    说明:  频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,(Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very good method, program integrity,)
    2010-03-17 22:48:13下载
    积分:1
  • chazhinihe
    插值与拟合回归,可以进行多元拟合线性回归等功能的实现,(Interpolation and fitting, can undertake multivariate regression fitting linear regression, etc, the realization of the function of )
    2011-04-28 09:04:31下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载