How to resolve this error?
古いコメントを表示
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);
回答 (1 件)
Matt J
2024 年 11 月 27 日
[y, e] = hFDAF(x, d);
カテゴリ
ヘルプ センター および File Exchange で Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!