I just want to compare two sound waves with Matlab. If anyone know about this, please help me with any function regarding this in matlab
feedback
|
closed as not a real question by Oli Charlesworth, cpx, yoda, George Stocker, BalusC Nov 13 '11 at 5:57
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Use wavread function in matlab to read sound files (http://www.mathworks.com/help/techdoc/ref/wavread.html) Once you have two sound files as vectors in matlab you can use the isequal function to compare if they are identical. Given that you are unsure they are equal, it is likely that they won't be. You can use various methods of comparison but you haven't provided enough information. | |||
feedback
|