how can i compare 2 .wav files or more ?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello everybody
I'm searching for a way to compare 2 or more .wav files and get a percentage of their resemblance in Matlab.
Like : read sound1.wav
read sound2.wav
get a percentage on how much they are alike
thank you all in advance
0 Commenti
Risposte (1)
KSSV
il 3 Nov 2021
Get both the wave data to same size using interp1 and then use regression.
0 Commenti
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!