calculate xcorr for some particular lag position
3 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
xcorr function allows to calculate cross-correlation between x and y for a range of lag positions (-maxlags:+maxlags) when following command is used.
c=xcorr(x,y,maxlags);
But, I want to calculate cross-correlation for some definite lag positions. For example, my lag range is 4:12. How can I do it?
-saima
0 个评论
回答(1 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!