Skip to content

Commit 7614d52

Browse files
committed
fix deprecation
1 parent 9bc8288 commit 7614d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ControlSystemsBase/test/test_dsp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Gds = DSP.SecondOrderSections(Gd)
1010

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

0 commit comments

Comments
 (0)