/SFRDSP.jl

@ssfrr's personal DSP library

Primary LanguageJuliaMIT LicenseMIT

SFRDSP

Stable Dev Build Status Build Status Codecov

SFRDSP.jl is a collection of DSP routines I've written, mostly for my personal use. They are generally not well-tested well-documented, or guaranteed to be stable, but you are welcome to use them if they are useful to you.

Some of these may make it into DSP.jl eventually, but the benefit for me of having my own routines is that I can write the minimal code I need for my use-cases and avoid getting too bogged down in generalizing.

Often when functionality from DSP.jl is duplicated here (usually because I have a different design or different priorities) I frequently affix a 2, e.g. stft2 for my short-time fourier transform implementation.

Feel free to submit PRs or issues if you find any bugs, but I will likely not spend very much time reviewing contributions that aren't useful to me personally.