How to resolve this error?
Mostrar comentarios más antiguos
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);
Respuestas (1)
Matt J
el 27 de Nov. de 2024
[y, e] = hFDAF(x, d);
Categorías
Más información sobre Multirate Signal Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!