spikefit
Peak detection in Rust.
Features
Design a filter and apply it
let peaks = new.compute?;
// Full filter chain:
let peaks = new
.height
.threshold
.distance
.prominence
.width
.find?;
This project is licensed under either of
at your option.