how to match a variable value with pre-stored value in the database?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
hi all.i am doing a project on voice recognition.i am stuck in the verification part. what i really want is to match the loglikelihood value with the pre stored value in the database. e.g if i have stored the model parameters in .mat file and now i want to verify the person what should i do? any help will be grateful thnx
1 Kommentar
Miro
am 19 Jul. 2012
since a voice signal is not a simple "value" this is not that easy. You have to make a Fourier transformation of the signal and make a correlation analysis. F.e. with the function xcorr.
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!