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!