legend-exp / LegendDSP.jl

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

Add `MultiIntersect` filter #36

Closed apmypb closed 5 months ago

apmypb commented 5 months ago

This filter finds the x values of multiple thresholds, provided as ratios of the maximum value of the input signal. In addition, one can provide parameters like the degree of polynomial and sampling rate which controls the 'upsampling' step. Should resolve issue #33.

theHenks commented 5 months ago

CC: @esleon97