Implementing cross-correlation in Simulink

Hello, here is the Simulink model that i'm usingmodel.png
The matlab function script :
function tau = fcn(sig,refsig)
tau = gccphat(sig,refsig);
The errors :
error.png

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

質問済み:

2019 年 11 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by