Skip to content

Commit

Permalink
test sos length
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeheee committed Jan 14, 2025
1 parent f28ca8d commit 0fca1a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/filter_conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ end
let bq = Biquad(1:5...)
sos1 = bq^typemin(Int8)
sos2 = SecondOrderSections(bq)^typemin(Int8)
@test length(sos1.biquads) == length(sos2.biquads) == 128
@test all(==(inv(bq)), sos1.biquads)
@test all(==(inv(bq)), sos2.biquads)
@test sos1.g == sos2.g == 1
Expand Down

0 comments on commit 0fca1a9

Please sign in to comment.