Package: sgolay 1.0.3

sgolay: Efficient Savitzky-Golay Filtering

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 <doi:10.1021/ac60214a047>). 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:Sergio Oller Moreno [aut, cre], Robert Gentleman [ctb, cph], Ross Ihaka [ctb, cph], Brian Ripley [ctb, cph], Martin Maechler [ctb, cph], Duncan Murdoch [ctb, cph], Institute for Bioengineering of Catalonia [cph]

sgolay_1.0.3.tar.gz
sgolay_1.0.3.zip(r-4.7)sgolay_1.0.3.zip(r-4.6)sgolay_1.0.3.zip(r-4.5)
sgolay_1.0.3.tgz(r-4.6-x86_64)sgolay_1.0.3.tgz(r-4.6-arm64)sgolay_1.0.3.tgz(r-4.5-x86_64)sgolay_1.0.3.tgz(r-4.5-arm64)
sgolay_1.0.3.tar.gz(r-4.7-arm64)sgolay_1.0.3.tar.gz(r-4.7-x86_64)sgolay_1.0.3.tar.gz(r-4.6-arm64)sgolay_1.0.3.tar.gz(r-4.6-x86_64)
sgolay_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
sgolay/json (API)
NEWS

# Install 'sgolay' in R:
install.packages('sgolay', repos = c('https://zeehio.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/zeehio/sgolay/issues

Uses libs:
  • openblas– Optimized BLAS

On CRAN:

Conda:

openblas

3.54 score 7 stars 2 scripts 186 downloads 2 exports 2 dependencies

Last updated from:be05d09561. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK110
linux-devel-x86_64OK101
source / vignettesOK159
linux-release-arm64OK110
linux-release-x86_64OK104
macos-release-arm64OK109
macos-release-x86_64OK207
macos-oldrel-arm64OK106
macos-oldrel-x86_64OK161
windows-develOK68
windows-releaseOK69
windows-oldrelOK69
wasm-releaseOK93

Exports:sgolaysgolayfilt

Dependencies:MASSsignal