|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #54424] [octave forge] (signal) filtfilt only accepting input arrays of length > 3*N |
| Date: | Wed, 1 Aug 2018 21:11:19 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Update of bug #54424 (project octave):
Status: None => Confirmed
Summary: filtfilt only accepting input arrays of specific
length => [octave forge] (signal) filtfilt only accepting input arrays of
length > 3*N
_______________________________________________________
Follow-up Comment #1:
Confirmed, apparently the current implementation assumes that the length of
the signal X is at least 3 times the length of the order of the filter. With
your example of a 16th order filter, the code assumes the signal is at least
3*16+1.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54424>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |