QUOTE(sparmar2008 @ 3 Oct, 2007 - 12:49 AM)

Hello Everyone,
I am doing a project on voice recognition system.I want to make program using MatLab..And i am facing problems in generating fingerprints..So can anyone suggest me how to generate fingerprints in matlab?..It's urgent..i'll be very thankfull to you...
contact:sparmar2008@yahoo.com
By "fingerprints", I assume that you mean features extracted from the raw, digitized audio signal? There are many ways to do this. You don't say exactly whether you are trying to recognize individual speakers (as in a security application) or to recognize spoken tokens (words/commands/numbers).
The simplest audio feature-extraction process I've seen is to simply count the number of digital samples falling into a small number (less than 30) of bins defined by time and amplitude.
What have you built so far?