Package: Convolutioner 0.1.0
Convolutioner: Convolution of Data
General functions for convolutions of data. Moving average, running median, and other filters are available. Bibliography regarding the functions can be found in the following text. Richard G. Brereton (2003) <ISBN:9780471489771>.
Authors:
Convolutioner_0.1.0.tar.gz
Convolutioner_0.1.0.zip(r-4.5)Convolutioner_0.1.0.zip(r-4.4)Convolutioner_0.1.0.zip(r-4.3)
Convolutioner_0.1.0.tgz(r-4.4-any)Convolutioner_0.1.0.tgz(r-4.3-any)
Convolutioner_0.1.0.tar.gz(r-4.5-noble)Convolutioner_0.1.0.tar.gz(r-4.4-noble)
Convolutioner_0.1.0.tgz(r-4.4-emscripten)Convolutioner_0.1.0.tgz(r-4.3-emscripten)
Convolutioner.pdf |Convolutioner.html✨
Convolutioner/json (API)
# Install 'Convolutioner' in R: |
install.packages('Convolutioner', repos = c('https://federicoviv.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:187d871def. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 09 2024 |
R-4.5-win | OK | Oct 09 2024 |
R-4.5-linux | OK | Oct 09 2024 |
R-4.4-win | OK | Oct 09 2024 |
R-4.4-mac | OK | Oct 09 2024 |
R-4.3-win | OK | Oct 09 2024 |
R-4.3-mac | OK | Oct 09 2024 |
Exports:HammingHannMARMSsinetest_data
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Hamming window filter. | Hamming |
Hann window filter. | Hann |
Moving average filter. | MA |
Running median smoothing. | RMS |
Sine window filter. | sine |
Test data generator | test_data |