JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality

Home Page:https://docs.juliadsp.org/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`fs::Int=` kwarg restriction seems unnecessary

kleinschmidt opened this issue · comments

the MTConfig struct accepts any type for the fs field (

), but at least one method that (indirectly) creates one (mt_spectrogram) restricts fs to be an Int: https://github.com/JuliaDSP/DSP.jl/blob/master/src/multitaper.jl#L366