more info about calculation xcorr
조회 수: 8 (최근 30일)
이전 댓글 표시
Hello,
I am wondering how the function 'xcorr' for normalization is calculated. In the Matlab help center (https://nl.mathworks.com/help/matlab/ref/xcorr.html) the formula is given, but I don't really understand this formula.
If someone could explain this function, so how Matlab calculates xcorr1 = (xcorr, dataset1, dataset2, 'normalized'), would help me a lot
Thanks in advance,
댓글 수: 0
답변 (1개)
Shubh Sahu
2020년 6월 25일
편집: Shubh Sahu
2020년 6월 25일
Hello!
Yeah sure, just go in command window and type
edit xcorr
and hit enter. Boom. The complete implentation is front of you with refrence paper if you want to know theory.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!