How to resolve this error?
Show older comments
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);
Answers (1)
Matt J
on 27 Nov 2024
[y, e] = hFDAF(x, d);
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!