How can I find auto-correlation of a matrix size 12x256?
4 views (last 30 days)
Show older comments
working on auto-correlation functions and PSD.
0 Comments
Accepted Answer
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
0 Comments
More Answers (0)
See Also
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!