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
Matt J 2024 年 11 月 27 日

0 投票

[y, e] = hFDAF(x, d);

カテゴリ

ヘルプ センター および File ExchangeSignal Processing Toolbox についてさらに検索

質問済み:

2024 年 11 月 27 日

回答済み:

2024 年 11 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by