legend-exp / LegendDSP.jl

LEGEND digital signal processing in Julia
Other
1 stars 3 forks source link

Add new filters #38

Closed apmypb closed 2 months ago

apmypb commented 2 months ago

Added new filters according to https://pubs.acs.org/doi/epdf/10.1021/acsmeasuresciau.1c00054?ref=article_openPDF

apmypb commented 2 months ago

Also added MovingWindowFilter and MovingWindowMultiFilter

theHenks commented 2 months ago

@apmypb Thanks a lot! Could you provide a couple of examples here of how exactly they are intended to be used and which functionality is implemented? :)

fhagemann commented 2 months ago

This PR should be split into two: one onto main that fixes the MultiIntersectFilter and one onto dev with the new filters.