登录
首页 » matlab » SVM

SVM

于 2009-12-16 发布 文件大小:1358KB
0 278
下载积分: 1 下载次数: 286

代码说明:

  SVM分类器,针对语音信号的分类识别应用。内容非常多,大家可以筛选着利用。(SVMclassification)

文件列表:

SVM
...\109201276mySVM
...\..............\Debug
...\..............\examples
...\..............\........\myparam.txt
...\..............\........\param.dat
...\..............\........\svmtrain.74.dat
...\..............\........\svmtrain.dat
...\..............\........\trainreg.100.dat
...\..............\........\trainreg.100.dat.pred
...\..............\........\trainreg.100.dat.svm
...\..............\........\trainreg.100.log
...\..............\........\trainreg.101.dat
...\..............\........\trainreg.74.dat
...\..............\........\trainreg.dat
...\..............\........\trainset.100.dat
...\..............\example_set.cpp
...\..............\example_set.h
...\..............\globals.cpp
...\..............\globals.h
...\..............\kernel.cpp
...\..............\kernel.h
...\..............\learn.cpp
...\..............\learn.dsp
...\..............\learn.dsw
...\..............\learn.ncb
...\..............\learn.opt
...\..............\learn.plg
...\..............\mysvm-manual.pdf
...\..............\mySVM.dsp
...\..............\mySVM.dsw
...\..............\mySVM.ncb
...\..............\mySVM.opt
...\..............\mySVM.plg
...\..............\output.txt
...\..............\parameters.cpp
...\..............\parameters.h
...\..............\predict.cpp
...\..............\predict.dsp
...\..............\predict.dsw
...\..............\predict.ncb
...\..............\predict.opt
...\..............\predict.plg
...\..............\Readme.txt
...\..............\Release
...\..............\.......\predict.obj
...\..............\.......\vc60.idb
...\..............\smo.cpp
...\..............\smo.h
...\..............\StdAfx.cpp
...\..............\StdAfx.h
...\..............\svm_c.cpp
...\..............\svm_c.h
...\..............\svm_nu.cpp
...\..............\svm_nu.h
...\..............\test.txt
...\..............\train-svm.txt
...\..............\train.txt
...\..............\validation-pred.txt
...\..............\validation.txt
...\..............\version.h
...\2182216103200833154208356194
...\............................\基于MATLAB的毕业设计程序
...\............................\........................\1.mat

...\............................\........................\cerror.asv
...\............................\........................\cerror.m
...\............................\........................\data
...\............................\........................\....\c2s.m
...\............................\........................\....\check2ddata.asv
...\............................\........................\....\check2ddata.m
...\............................\........................\....\created.asv
...\............................\........................\....\created.m
...\............................\........................\....\createdata.asv
...\............................\........................\....\createdata.m
...\............................\........................\....\loadsets.asv
...\............................\........................\....\loadsets.m
...\............................\........................\....\loadsets2.m
...\............................\........................\....\noname.mat
...\............................\........................\....\plotdata2.m
...\............................\........................\demosvm.asv
...\............................\........................\demosvm.fig
...\............................\........................\demosvm.m
...\............................\........................\function
...\............................\........................\........\bsvm2.m
...\............................\........................\........\bsvm2.m~
...\............................\........................\........\bsvm2_mex.dll
...\............................\........................\........\bsvm2_mex.mexglx
...\............................\........................\........\mvsvmclass.m
...\............................\........................\........\noname.mat
...\............................\........................\........\oaasvm.asv
...\............................\........................\........\oaasvm.m
...\............................\........................\........\oaasvm.m~
...\............................\........................\........\oaosvm.m
...\............................\........................\........\smo.m
...\............................\........................\........\smo_mex.dll
...\............................\........................\........\smo_mex.mexglx
...\............................\........................\........\svmclass.m
...\............................\........................\GUI_Designs
...\............................\........................\...........\Multi_BSVM__L2_soft_margi.fig

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

发表评论

0 个回复

  • matlab
    是一个语音识别的程序,有LPCC,MFCC等的代码,最后用SVM进行分类(Is a voice recognition program, there LPCC, MFCC and other code, the final classification with SVM)
    2011-09-23 17:05:17下载
    积分:1
  • Abdul_Syafiq_Abdull_Sukor
    the document explains speech recognition using mel frequency cpstrum coeefficient and noise reduction method
    2012-11-21 04:35:09下载
    积分:1
  • AEC
    基于LMS算法和NLMS算法的自适应声回波消除器AEC,实现的主要功能是:在用户对电视发出的指令混杂了电视扬声器的声学回声的情况下,滤掉电视声音得到较为纯净的用户语音指令信号。(The main function of the adaptive filter based on the LMS algorithm and the NLMS algorithm is mixed: in the instruction issued by the user on the television TV speakers acoustic echo case, the TV sound was removed by filtration to obtain relatively pure user voice command signal.)
    2012-10-29 16:49:47下载
    积分:1
  • recognition
    一种加权K近邻语音情感识别程序,包括部分柏林语音情感库(A Weighting K-nearest neighbor speech emotion recognition program, including some libraries Berlin Speech Emotion)
    2013-09-04 16:15:24下载
    积分:1
  • LMS_PI
    功率倒置算法的LMS实现,因为自己遇到了点问题,本人一直在找这个程序,没找到,故自己重新检查把问题发现了,相信如果你要实现的话可能会遇到这个问题祝你好运!(Power inversion algorithm LMS implementation, because they encountered a point problem, I ve been looking for this program, did not find it to re-examine the problem yourself discovered, I believe if you want to achieve, then you may encounter this problem Good luck!)
    2021-03-21 18:39:17下载
    积分:1
  • dtw
    本资料是自己编写的基于MATLAB语音工具箱的DTW动态时间规整的说话人识别,具有很高的识别率(This information is written in their own voice-based MATLAB toolbox DTW dynamic time warping speaker recognition with high recognition rate)
    2010-03-03 14:34:17下载
    积分:1
  • kpca
    核主成分分析法,用matlab实现,极为精彩.不可错过(Kernel Principal Component Analysis method, using matlab realize, is extremely exciting. Not to be missed)
    2008-08-18 19:03:01下载
    积分:1
  • k
    模式识别k聚类算法源代码,c语言内容描述。(Pattern Recognition Chapter )
    2013-10-24 21:15:19下载
    积分:1
  • Hello_yysb
    科大讯飞语音转文字源码是一个基于科大讯飞的语音转文字的例子源码,小编测试一下表示被着准确率惊呆了,之前小编用过其他的语音搜索类的工具,但是准确率总是不那么满意,用这个例子我试着读了杂志上的一段话,语速还略微快了一些,但是转换出来的文字只有两个字跟原文不一样,但是还是同音字。(IFLYTEK speech text source is a turn based on iFLYTEK speech text examples of the source code, test bit representation of the being accurate rate was shocked, before Xiaobian used other voice search tool, but the accuracy is always not so satisfactory, for this example I try to read a passage in the magazine, speed is slightly faster, but convert text only two words with the original text is not the same, but still homophones.)
    2016-07-05 11:06:38下载
    积分:1
  • pulse_code_modulation
    matlab编写的PCM脉冲编码调制simulink仿真模型,包含对不同频率语音信号的仿真。(Matlab prepared PCM pulse code modulation simulink simulation model, including the simulation of different frequencies of speech signals.)
    2012-05-19 16:24:30下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载