kuwisdelu / matter

Out-of-core statistical computing and signal processing
http://www.cardinalmsi.org
54 stars 4 forks source link

Estimate noise functions should ignore peak windows #24

Closed kuwisdelu closed 2 months ago

kuwisdelu commented 3 months ago

For the summary-based estnoise_*() functions, can we ignore the samples that are within proximity of peak candidates?

This may best be done by having locmax() return a vector of pure noise indices (as an attribute), i.e., indices of samples that are not included in the sliding windows of detected local maxima.

kuwisdelu commented 2 months ago

Closed in favor of #28