Get correlation value between two .wav files
이전 댓글 표시
I need to compare the similarity between two audio files saved in .wav format. For that how can I take the correlation between two .wav files as a percentage in matlab?
댓글 수: 2
João Magalhães
2019년 12월 2일
Did you get your answer?? I also needed that
Adam Danz
2019년 12월 2일
Use audioread to read in the two wav files. Make sure they are at the same sampling rate (otherwise adjust one to match the other). If you'd like the correlation between those two sample data, use corrcoef().
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!