Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Dec 9, 2024
1 parent 9bc8288 commit 7614d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ControlSystemsBase/test/test_dsp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Gds = DSP.SecondOrderSections(Gd)

u = randn(100)
uf = DSP.filt(Gds, u, zeros(2,2))
uf = DSP.filt(DSP.DF2TFilter(Gds, zeros(2,2)), u)
uls = lsim(Gd, u').y'
@test uf[1:end-1] uls[2:end]

Expand Down

0 comments on commit 7614d52

Please sign in to comment.