How can I find auto-correlation of a matrix size 12x256?
3 次查看(过去 30 天)
显示 更早的评论
working on auto-correlation functions and PSD.
0 个评论
采纳的回答
Anjani
2018-4-6
Have a look at corrmatx function.
X = corrmtx(x,m,'method');
Ref: https://ch.mathworks.com/help/signal/ref/corrmtx.html
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!