Skip to content

Commit

Permalink
Merge pull request #18926 from andfoy/simplify_symiir
Browse files Browse the repository at this point in the history
ENH: Move symiirorder1/2, cspline2d, qspline2d and spline_filter to use sosfilt/lfilter
  • Loading branch information
ev-br committed May 15, 2024
2 parents 8ce393f + cb1fb36 commit 7febfdd
Show file tree
Hide file tree
Showing 11 changed files with 1,022 additions and 691 deletions.
7 changes: 2 additions & 5 deletions scipy/signal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,10 @@
from ._upfirdn import upfirdn

from ._spline import (
cspline2d,
qspline2d,
sepfir2d,
symiirorder1,
symiirorder2,
sepfir2d
)

from ._splines import *
from ._bsplines import *
from ._filter_design import *
from ._fir_filter_design import *
Expand Down

0 comments on commit 7febfdd

Please sign in to comment.