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:
sgolay_1.0.3.tar.gz
sgolay_1.0.3.zip(r-4.5)sgolay_1.0.3.zip(r-4.4)sgolay_1.0.3.zip(r-4.3)
sgolay_1.0.3.tgz(r-4.4-x86_64)sgolay_1.0.3.tgz(r-4.4-arm64)sgolay_1.0.3.tgz(r-4.3-x86_64)sgolay_1.0.3.tgz(r-4.3-arm64)
sgolay_1.0.3.tar.gz(r-4.5-noble)sgolay_1.0.3.tar.gz(r-4.4-noble)
sgolay_1.0.3.tgz(r-4.4-emscripten)sgolay_1.0.3.tgz(r-4.3-emscripten)
sgolay.pdf |sgolay.html✨
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
Last updated 2 years agofrom:be05d09561. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
Exports:sgolaysgolayfilt
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Apply a Savitzky-Golay smoothing filter | sgolayfilt |