Implementing cross-correlation in Simulink
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, here is the Simulink model that i'm using

The matlab function script :
function tau = fcn(sig,refsig)
tau = gccphat(sig,refsig);
The errors :

0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!