How to resolve this error?
Ältere Kommentare anzeigen
Error using filter
Invalid data type. Input arrays must be numeric or logical.
Error in echo saple 3 (line 72)
[y,e] = filter(x,d,hFDAF);
Antworten (1)
Matt J
am 27 Nov. 2024
[y, e] = hFDAF(x, d);
Kategorien
Mehr zu Signal Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!