Error when applying filter to tall data

Even though the help file says "filter" supports tall variables, I get the error Conversion to logical from tall is not possible. Error in dfilt.singleton/filter (line 28):
if isempty(x),"
when attempting to apply a dfilt object to a tall variable:
out = filter(Hd, tall_data);
The filter function does work with tall variables when using coefficient vectors:
out = filter(B, A, tall_data);
Are any dfilt structures supported in filter with tall variables?

回答 (1 件)

Honglei Chen
Honglei Chen 2018 年 8 月 10 日

0 投票

According to the following list, dfilt does not support tall array at this point.
HTH

カテゴリ

製品

リリース

R2018a

タグ

質問済み:

2018 年 8 月 9 日

回答済み:

2018 年 8 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by