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!