- What have you tried so far?
- what is the format of the audio files?
- If you are looking for MATLAB functions for train and test, "svmtrain" and "svmclassify" are the functions.
- If you are looking for functions related to audio, refer to this link
SVM train and Classify
10 次查看(过去 30 天)
显示 更早的评论
Hi,
I am using SVM to train and clasify the audio files based upon extracting the MFCC and PLP features for 10 audio files And store it in a .mat file. I have to classify depending upon the high pass filter, low pass filter,etc...
I am new to SVM I have to train some of the audio files and test the data (different) later on so I am bit confused what to do next? I have to store the features data in .mat file and input that as the training matrix?
Thanks in advance
2 个评论
Dasharath Gulvady
2014-8-5
采纳的回答
Dasharath Gulvady
2014-8-5
编辑:Dasharath Gulvady
2014-8-5
Rajith,
For training, use "svmtrain" function. Here is the documentation page for "svmtrain". Note that in the documentation, input argument "Group" is where you can mention the class labels - high pass filter, low pass filter,etc and "Training" is your training data.
5 个评论
Dasharath Gulvady
2014-8-6
编辑:Dasharath Gulvady
2014-8-6
I have modified the above link(in my previous comment). Please try it now.
Image Analyst
2014-8-22
You must have logged in with an Answers account that is not associated with your license. You should be able to find the same documentation as is online in your local help from MATLAB itself.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!