フィルターのクリア

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 Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by