audio - What should be sent as parameters to XCORR in Matlab? -


we have used audioread read 2 different .mp3 files following:

[y1, s1] = audioread('super_mario.mp3');

results y1 nx2 vector , s1 double number.

the goal find time difference between audio files , align them. used xcorr on purpose xcorr (a,b).

xcorr takes 2 nx1 , nx1 vectors , finds cross correlation between them, obtain nx2 vector , number.

the question should send xcorr parameters?

thanks beforehand.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -