Cross-Correlation to obtain lag time and correlation coefficient in different periods
조회 수: 2 (최근 30일)
이전 댓글 표시
Dear Colleagues, I have written code that produces a graph giving the xcorr coeff of two signals: s1 and s2. % x=(s1); y=(s2); [c,lags]=xcorr(x,y,'coeff'); My question is how to write code to obtain this figure :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162160/image.jpeg)
Please help. Kind regards.
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!