We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fa2ca commit 16f95d4Copy full SHA for 16f95d4
1 file changed
src/Filters/filt.jl
@@ -32,8 +32,8 @@ filt(f::PolynomialRatio{:z}, x) = filt(coefb(f), coefa(f), x)
32
## SecondOrderSections
33
34
# filt! algorithm (no checking, returns si)
35
-function _filt!(out::AbstractArray, si::AbstractArray{S,N}, f::SecondOrderSections{:z},
36
- x::AbstractArray, col::CartesianIndex) where {S,N}
+function _filt!(out::AbstractArray, si::AbstractMatrix{S}, f::SecondOrderSections{:z},
+ x::AbstractArray, col::CartesianIndex) where {S}
37
g = f.g
38
biquads = f.biquads
39
@inbounds for i in axes(x, 1)
0 commit comments