calculating auto-correlation function of a matrix
Mostrar comentarios más antiguos
Hi, How can I calculate autocorrelation of a complex matrix ? (applied on the first dimension) As far as I know xcorr() is only for vectors.
Thanks
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 7 de Jul. de 2016
0 votos
There is an xcorr2() and normxcorr2() that can handle 2-D matrices like a 17 x 300 matrix. Not sure about complex numbers though - I've never tried it with those, just with real numbers. For what it's worth, I've attached a demo.
1 comentario
mosa mm
el 7 de Jul. de 2016
Categorías
Más información sobre Correlation and Convolution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

