Cross-Correlation to determine lag
이전 댓글 표시
I have to vectors that contain the time points a signal was recorded (in seconds). The first vector contains the time points a playback was triggered (around every 12s). The other vector contains the time points I received an answer to this playback. I'm trying to calculate the lag of this answer relative to the onset of this playback. I was trying with the xcorr function, but can't make much sense of it. Any advice how to go about this? And is it problematic that the second vector is shorter than the first (I didn't always receive an answer to the playback)?
댓글 수: 6
Image Analyst
2016년 7월 7일
Of course it would help people to help you if you had attached your two signals.
Zenid
2016년 7월 7일
José-Luis
2016년 7월 7일
I am afraid those signals do not help to solve your question unless they have a timestamp.
Zenid
2016년 7월 7일
José-Luis
2016년 7월 7일
So in some cases the second signal comes before the first signal?
Zenid
2016년 7월 7일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!