Tobias Knopp

Results 262 comments of Tobias Knopp

How do you want solve this e.g. in this situation: https://github.com/JuliaDSP/DSP.jl/blob/7fc3842c13fe6d3977bfea0426db920b3f1a7dad/src/estimation.jl#L95 FFT is here only an implementation detail. Should all functions now get an FFTbackend as karg?

> - if a user or package author wants to easily switch between different FFT backends, he or she would use the AbstractFFTs API + FFT backend types > -...