Speaker recognition
Ältere Kommentare anzeigen
I am going to do a project based on speaker recognition (not speech recognition). I saw many files in the internet and came across many methods.
First part of the program is that they find MFCC and after that we have to do the pattern recognition.
Here are some of the pattern recognition algorithms that I came across 1)VQ algorithm followed by LBG algorithm for clustering. 2)K means algorithm.
I have another idea. I know neural networks for pattern recognition in image processing. Will that work with speaker recognition?
Is there any code in matlab central for speaker recognition? If you have done this project before please tell me the method that you followed.
Thanks in advance.
Much awaiting for your response.
2 Kommentare
Walter Roberson
am 14 Okt. 2011
Note: this field is usually known as "voice recognition".
Image Analyst
am 15 Okt. 2011
From the subject line I thought he was talking about speaker identification (recognizing a particular speaker and extracting his speech), like the "cocktail party problem" http://research.ics.tkk.fi/ica/cocktail/cocktail_en.cgi but I've heard of that being solved with ICA, not the acronyms he listed.
Antworten (8)
William
am 14 Okt. 2011
1 Stimme
Many use a Gausian Mixture Model (GMM) after using the MFCC. There is a really good toolbox for these operations called "voicebox.m" it is a collection of functions that all you to extract and classify data from speech via wavread()
1 Kommentar
i Venky
am 14 Okt. 2011
i Venky
am 14 Okt. 2011
William
am 14 Okt. 2011
0 Stimmen
Look over this website. I had to do this a year ago for a class and this is exactly what I followed
Here is the link for voicebox
i Venky
am 14 Okt. 2011
i Venky
am 14 Okt. 2011
0 Stimmen
2 Kommentare
Greg Heath
am 15 Okt. 2011
Both the MLP and RBF with a single hidden layer are universal approximators and can be used for both regression and pattern
recognition. If you are familiar with the NN Toolbox, it
shouldn't take long to try both.
Greg
i Venky
am 15 Okt. 2011
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!