How to download the "xcorr" inbuilt function

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

Réponses (2)

Matt J
Matt J le 15 Mar 2013

0 votes

You need to buy the Signal Processing Toolbox.

1 commentaire

Matt J
Matt J le 15 Mar 2013
Modifié(e) : Matt J le 15 Mar 2013
conv(x(:),flipud(y(:)))
should be the same as xcorr(x,y) pretty much.

Connectez-vous pour commenter.

Question posée :

le 15 Mar 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by