I want to take the correlation of two of the audio file
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Masatoshi Seki
el 29 de En. de 2015
Respondida: Raghava S N
el 20 de Nov. de 2024 a las 4:12
I want to take the similarity of two audio files of waveform by the cross-correlation
0 comentarios
Respuestas (1)
Raghava S N
el 20 de Nov. de 2024 a las 4:12
Hi,
Cross-correlation of 2 audio files can be achieved by using the “audioread” and “xcorr” functions. The two audio files can be read into MATLAB using the “audioread” function. For more information, refer to this link - https://www.mathworks.com/help/matlab/ref/audioread.html.
After this, the cross-correlation of the acquired audio data can be obtained using the “xcorr” function - https://www.mathworks.com/help/matlab/ref/xcorr.html.
For more information and a detailed example with code, refer to this MATLAB Answers post - https://www.mathworks.com/matlabcentral/answers/691995-how-to-cross-correlate-two-audio-files.
Hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!