How can I find auto-correlation of a matrix size 12x256?

4 views (last 30 days)
working on auto-correlation functions and PSD.

Accepted Answer

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

More Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!