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
João Magalhães 2019 年 12 月 2 日
Did you get your answer?? I also needed that
Adam Danz
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 件)

質問済み:

2016 年 5 月 31 日

コメント済み:

2019 年 12 月 2 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by