How to download the "xcorr" inbuilt function
Mostrar comentarios más antiguos
Hi everybody,
Actually my question is simple and in the title... I need to cross-correlate two vector so I'd liked to get this function to do it.
Thanks in advance,
Virginie
Respuestas (2)
Matt J
el 15 de Mzo. de 2013
0 votos
You need to buy the Signal Processing Toolbox.
1 comentario
conv(x(:),flipud(y(:)))
should be the same as xcorr(x,y) pretty much.
Shashank Prasanna
el 15 de Mzo. de 2013
0 votos
Its fairly easy to implement, or you can definitely find something on FEX that will work for you:
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!