How to compute the cross correlation coefficient between two signals with different lengths
1 次查看(过去 30 天)
显示 更早的评论
Hi, there is a question about cross correlation coefficient between two signals with different lengths,such as, X=[1.2 2.1 3.0 5.4],Y=[1 5 6 7 9 12 2 4 11].Can the cross correlation coefficient be computed?if can,how to? I have computed it by using the equation r=corrcoef([X,Y]),but why the result is always one? Best wishes! Thank you!
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!