# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sgolay" in publications use:' type: software license: GPL-2.0-or-later title: 'sgolay: Efficient Savitzky-Golay Filtering' version: 1.0.3 abstract: Smoothing signals and computing their derivatives is a common requirement in signal processing workflows. Savitzky-Golay filters are a established method able to do both (Savitzky and Golay, 1964 ). This package implements one dimensional Savitzky-Golay filters that can be applied to vectors and matrices (either row-wise or column-wise). Vectorization and memory allocations have been profiled to reduce computational fingerprint. Short filter lengths are implemented in the direct space, while longer filters are implemented in frequency space, using a Fast Fourier Transform (FFT). authors: - family-names: Oller Moreno given-names: Sergio email: sergioller@gmail.com orcid: https://orcid.org/0000-0002-8994-1549 repository: https://zeehio.r-universe.dev repository-code: https://github.com/zeehio/sgolay url: https://github.com/zeehio/sgolay date-released: '2023-03-30' contact: - family-names: Oller Moreno given-names: Sergio email: sergioller@gmail.com orcid: https://orcid.org/0000-0002-8994-1549