JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/stable/contents/
Other
381 stars 109 forks source link

add type as another possible argument to `DF2TFilter` #534

Closed wheeheee closed 7 months ago

wheeheee commented 8 months ago

Provides additional syntax that hopefully fixes #371

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3ad3c1c) 97.49% compared to head (f121cab) 97.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #534 +/- ## ======================================= Coverage 97.49% 97.49% ======================================= Files 18 18 Lines 3078 3079 +1 ======================================= + Hits 3001 3002 +1 Misses 77 77 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wheeheee commented 7 months ago

If there aren't any further objections, I'll merge this soon