How can I find auto-correlation of a matrix size 12x256?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ayisha Nayyar
el 6 de Abr. de 2018
Respondida: Anjani
el 6 de Abr. de 2018
working on auto-correlation functions and PSD.
0 comentarios
Respuesta aceptada
Anjani
el 6 de Abr. de 2018
Have a look at corrmatx function.
X = corrmtx(x,m,'method');
Ref: https://ch.mathworks.com/help/signal/ref/corrmtx.html
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!