How to download the "xcorr" inbuilt function
Ältere Kommentare anzeigen
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
am 15 Mär. 2013
0 Stimmen
You need to buy the Signal Processing Toolbox.
1 Kommentar
conv(x(:),flipud(y(:)))
should be the same as xcorr(x,y) pretty much.
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:
Kategorien
Mehr zu Correlation and Convolution finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!