controling devices using voice commad in matlab

scubasteve_911

Joined Dec 27, 2007
1,203
Lots of resources for this if you do some searching.

http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/voicebox.html#recog
http://www.speech-recognition.de/matlab-files.html
http://basic-programming.blogspot.com/2005/11/speech-analysis-using-lpc.html

Speech recognition is a very difficult task and it took a lot of years to develop successful implementations. It requires looking at many signatures of the voice, including spectral content and time-domain, and performing advanced statistical analysis on the data.

Steve
 
Top