How to resolve this error?
Afficher commentaires plus anciens
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);
Réponses (1)
Matt J
le 27 Nov 2024
[y, e] = hFDAF(x, d);
Catégories
En savoir plus sur Multirate Signal Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!