How can I find auto-correlation of a matrix size 12x256?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
working on auto-correlation functions and PSD.
0 Commenti
Risposta accettata
Anjani
il 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!