필터 지우기
필터 지우기

How to download the "xcorr" inbuilt function

조회 수: 1 (최근 30일)
Virginie
Virginie 2013년 3월 15일
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

답변 (2개)

Matt J
Matt J 2013년 3월 15일
You need to buy the Signal Processing Toolbox.
  댓글 수: 1
Matt J
Matt J 2013년 3월 15일
편집: Matt J 2013년 3월 15일
conv(x(:),flipud(y(:)))
should be the same as xcorr(x,y) pretty much.

댓글을 달려면 로그인하십시오.


Shashank Prasanna
Shashank Prasanna 2013년 3월 15일
Its fairly easy to implement, or you can definitely find something on FEX that will work for you:

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by