We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc8288 commit 7614d52Copy full SHA for 7614d52
lib/ControlSystemsBase/test/test_dsp.jl
@@ -9,7 +9,7 @@
9
Gds = DSP.SecondOrderSections(Gd)
10
11
u = randn(100)
12
- uf = DSP.filt(Gds, u, zeros(2,2))
+ uf = DSP.filt(DSP.DF2TFilter(Gds, zeros(2,2)), u)
13
uls = lsim(Gd, u').y'
14
@test uf[1:end-1] ≈ uls[2:end]
15
0 commit comments