<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Efficient Savitzky-Golay Filtering</dc:title>
  <dc:title>R package sgolay version 1.0.4</dc:title>
  <dc:description>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 &lt;doi:10.1021/ac60214a047&gt;).
 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).</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: signal</dc:relation>
  <dc:relation>Suggests: covr, RUnit</dc:relation>
  <dc:creator>Sergio Oller Moreno &lt;sergioller@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Sergio Oller Moreno [aut, cre] (ORCID:
    &lt;https://orcid.org/0000-0002-8994-1549&gt;),
  Robert Gentleman [ctb, cph] (Contributor to src/stats_filter.c and
    src/fft.c (derived from the stats R package)),
  Ross Ihaka [ctb, cph] (Contributor to src/stats_filter.c and src/fft.c
    (derived from the stats R package)),
  Brian Ripley [ctb, cph] (Contributor to src/stats_filter.c and
    src/fft.c (derived from the stats R package)),
  Martin Maechler [ctb, cph] (Contributor to src/stats_filter.c and
    src/fft.c (derived from the stats R package)),
  Duncan Murdoch [ctb, cph] (Contributor to src/stats_filter.c and
    src/fft.c (derived from the stats R package)),
  Institute for Bioengineering of Catalonia [cph]</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2026-07-10</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=sgolay</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.sgolay</dc:identifier>
</oai_dc:dc>
