You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Huh. Yeah, it errors if a and b have different eltypes...probably not supposed to do that. And it also throws bounds errors on other inputs...
Well the workaround for now is to convert them to the same eltype, until a fix is merged.
…) (JuliaDSP#574)
* Relax `filt_stepstate` argument types
* set maximum `pad_length` for `iir_filtfilt`
* directly use `_filt_iir!`
avoids unnecessary allocations esp. if x has >1 column
* Document `filtfilt(::AbstractVector...)` (fixesJuliaDSP#573)
The documentation only expose
filtfilt(b::AbstractVector, x::AbstractArray)
.Yet
filtfilt(b::AbstractVector, a::AbstractVector, x::AbstractArray)
is available but not documented.Could it be documented?
OK, Tried using it and it generates errors:
The text was updated successfully, but these errors were encountered: