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 Exchange 中查找有关 Simulink 的更多信息

提问:

2019-11-28

Community Treasure Hunt

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

Start Hunting!

Translated by