1 unstable release
0.1.0 | Oct 2, 2023 |
---|
#7 in #1d
39 downloads per month
8KB
159 lines
savgol-rs
Savitzky-Golay filter in Rust, based on (and tested against) the Scipy implementation.
- Supports 1D input only
- Mimics
mode="interp"
lib.rs
:
Savitzky-Golay filter implementation.
Dependencies
~3MB
~57K SLoC