필터 지우기
필터 지우기

Error when applying filter to tall data

조회 수: 1 (최근 30일)
Kevin J. Delaney
Kevin J. Delaney 2018년 8월 9일
답변: Honglei Chen 2018년 8월 10일
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일
According to the following list, dfilt does not support tall array at this point.
HTH

카테고리

Help CenterFile Exchange에서 Bartlett에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by