MATLAB: How to find auto-correlation of a matrix size 12×256

auto-correlation

working on auto-correlation functions and PSD.

Best Answer

Have a look at corrmatx function.
X = corrmtx(x,m,'method');
Ref: https://ch.mathworks.com/help/signal/ref/corrmtx.html