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):
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?