Speech Recognition using MFCC and k-NN algorithm in Matlab
이전 댓글 표시
I am working on speech recognition and I have 30 recordings for 5 spoken words from 5 different speakers. I have extracted the features using MFCC algorithm. Now I have the following questions:
- Do I have to save these features in .mat file? Would that be in a single file? Because different samples may not have the same number of rows.
- How to feed these into fitcknn() function in matlab? I looked through the documentation but still I am not clear on how to apply this to my data.
Thanks in advance.
답변 (1개)
Walter Roberson
2017년 8월 10일
0 개 추천
You can save them all in one .mat file if you save them as different variables, or if you save them all inside one cell array.
댓글 수: 2
Walter Roberson
2017년 8월 11일
The examples on the documentation page show how to use it. However, I do not know anything about why to use it.
카테고리
도움말 센터 및 File Exchange에서 Speech Recognition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!