JeffreySarnoff / RollingFunctions.jl

Roll a window over data; apply a function over the window.
MIT License
117 stars 7 forks source link

Similar package - MaxMinFilters.jl #15

Open sairus7 opened 4 years ago

sairus7 commented 4 years ago

Just a notification about package offering some similar functionality: https://github.com/sairus7/MaxMinFilters.jl

And a discourse about possible generalization of DSP-related packages: https://discourse.julialang.org/t/ann-maxminfilters-jl-fast-streaming-maximum-minimum-within-moving-window/30151