how can i correlate two input signals?
Show older comments
let audio signal be x[n]=cos(0.2*pi*n)+0.5cos(0.6*pi*n) listener signal be y[n]=x[n]+0.1*x[k-50] correlate
Answers (1)
Dinesh Iyer
on 5 Oct 2015
0 votes
Try the xcorr function in the Signal Processing Toolbox.
Categories
Find more on Correlation and Convolution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!