Speaker Recognition using MFCC and GMM
Ältere Kommentare anzeigen
I've run the system using the following for training: Speech data(NTIMIT) --> MFCC (feature extraction) --> GMM (modeling)
for testing:
Speech data(NTIMIT)--> MFCC (feature extraction) --> EM (scores)
the accuracy I am getting is 44% for 461 speakers. it was confirmed by 2 at least(1. Reynolds. 2. Patra) that running such system should give an accuracy of 60.8% for 630 speakers i have done lots of changes in terms of sampling frequency (mainly 8000 or 16000), number of MFCC cepstums, number of MFCC mixtures and iterations and the window size and that was the best percentage I could get.
I am using an MFCC and GMM codes which gave good result with TIMIT
advice would be really appreciated
1 Kommentar
hanieh rafiee
am 21 Feb. 2017
hi how use mfcc with gmm in matlab? please help me
Akzeptierte Antwort
Weitere Antworten (1)
Brian Hemmat
am 20 Mär. 2020
0 Stimmen
Audio Toolbox provides several examples for speaker recognition (both identification and verification):
Kategorien
Mehr zu Speech Recognition finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!