Trait signalo_filters::convolve::savitzky_golay::SavitzkyGolay[][src]

pub trait SavitzkyGolay: Sized {
    fn savitzky_golay() -> Self;
}
Expand description

Trait for Savitzky-Golay convolution filters.

Required methods

Creates a convolution filter pre-configured with the Savitzky-Golay coefficients.

Implementors