SavitskyGolayFilters.jl

Author Klafyvel
Popularity
0 Stars
Updated Last
5 Months Ago
Started In
August 2021

Warning

This package is deprecated. For a more capable implementation of Savitzky-Golay filtering in Julia, see SavitzkyGolay.jl.

SavitskyGolayFilters

This is a simple package to use Savitsky-Golay filters in Julia. Check-out the documentation to see how it works.

Example

julia> using SavitskyGolayFilters
julia> x = randn(100)
...
julia> savitskygolay(x, 10, 2)

Used By Packages

No packages found.