how can i correlate two input signals?
显示 更早的评论
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
回答(1 个)
Dinesh Iyer
2015-10-5
0 个投票
Try the xcorr function in the Signal Processing Toolbox.
类别
在 帮助中心 和 File Exchange 中查找有关 Correlation and Convolution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!