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

Antworten (2)

Matt J
Matt J am 15 Mär. 2013

0 Stimmen

You need to buy the Signal Processing Toolbox.

1 Kommentar

Matt J
Matt J am 15 Mär. 2013
Bearbeitet: Matt J am 15 Mär. 2013
conv(x(:),flipud(y(:)))
should be the same as xcorr(x,y) pretty much.

Melden Sie sich an, um zu kommentieren.

Shashank Prasanna
Shashank Prasanna am 15 Mär. 2013

0 Stimmen

Its fairly easy to implement, or you can definitely find something on FEX that will work for you:

Gefragt:

am 15 Mär. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by